Scripts
This section describes the scripts stored in software/scripts. All scripts should be either:
- POSIX-compliant sh, with a
/bin/shshebang and a.shfile extension - Bash, with a
/usr/bin/env bashshebang and a.bashfile extension.
Prefer POSIX-compliant sh where possible.