shell-scripting-projects
shell-scripting-projects copied to clipboard
Check if the required arguments are provided <REPO_OWNER> <REPO_NAME>
This block of code checks whether the required command-line arguments are provided. If the number of arguments is not 2, it displays a message asking the user to provide the required arguments and exits the script with an exit status of 1.