Scripts

This section describes the scripts stored in software/scripts. All scripts should be either:

  • POSIX-compliant sh, with a /bin/sh shebang and a .sh file extension
  • Bash, with a /usr/bin/env bash shebang and a .bash file extension.

Prefer POSIX-compliant sh where possible.