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