Make a Shell Script with Arguments (Native)
I was building a bash script and I needed several arguments to make it more versatile (e.g. dry-run). The list of parameters was: help as -h or --help dry run ad -d or --dry-run to go through the motions without actually executing commands keep last N images ad -k num or --keep num to…