1 2 3 4 5 6 7 8 9
#!/bin/sh source ./assert.sh PROGRAM_EXEC="$1" assert "Usage:" "" 1 $PROGRAM_EXEC exit 0