dotfiles/legacy/templates/programs/skeleton.sh
2022-06-14 19:04:12 -04:00

9 lines
95 B
Bash

#!/bin/sh
if [ "$1" = "--help" ] || [ "$1" = "-h" ]; then
cat <<EOH
Help text
EOH
exit
fi