dotfiles/legacy/templates/programs/skeleton.sh

9 lines
95 B
Bash
Raw Normal View History

2021-04-10 15:56:38 +00:00
#!/bin/sh
if [ "$1" = "--help" ] || [ "$1" = "-h" ]; then
cat <<EOH
Help text
EOH
exit
fi