shell-scripting-projects
shell-scripting-projects copied to clipboard
Added function to check if required arguments are passed
This pull request introduces a new function to the codebase that checks whether all required arguments are passed to a certain function. This enhancement ensures that the code is more robust by preventing potential errors caused by missing arguments.