iterami
/
Docs.htm
/Script Standards
All scripts should start with a shebang, followed by:
set -eux
Args must be listed in a comment, with example usage, or "# No args.".
Repos cloned via the "git clone" command must end with the ".git" suffix.
Exit Code
Notes
0
Success
1
Error