iam-veeramalla / shell-scripting-projects

Projects on shell scripting. Goal is to simulate real time projects as much as posible.
712 stars 1.58k forks source link

Check if the required arguments are provided <REPO_OWNER> <REPO_NAME> #18

Open Hardik19102003 opened 4 months ago

Hardik19102003 commented 4 months ago

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.