Overview¶
This folder contains scripts and installable programs that I find useful.
Layout¶
Authoring conventions¶
All scripts should follow these basics:
-
Shebang and strict mode:
-
Be executable:
chmod +x scripts/bin/<name> - Provide
-h|--helpusage. - Avoid reading from TTY unless necessary
- Keep
bin/flat (no subdirectories)