iterami/Docs.htm/Standards/Script
- All scripts should start with:
- The shebang should always be the 1st line.
- set -eux
- Args must be listed in a comment, with example usage.
- If no args, display "# No args.".
- Exit codes should use the following values:
- Repos cloned via the "git clone" command must end with the ".git" suffix.