Files
dotfiles/emacs/.emacs.d/snippets/sh-mode/help
Fabio Scotto di Santolo db4f52a064 Added snippets for Emacs
2025-12-27 13:53:55 +01:00

20 lines
191 B
Plaintext

#name : help
# --
_show_help() {
cat <<EOF
NAME
$(basename "\$0")
SYNOPSIS
$(basename "\$0")
OPTIONS
--help Don't panic
AUTHORS
skybert wrote the initial version.
$0
EOF
}