mirror of
https://github.com/nmasur/dotfiles
synced 2025-09-05 22:34:42 +00:00
vim cleanup and shellcheck
This commit is contained in:
8
shell/templates/help
Normal file
8
shell/templates/help
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$1" = "--help" ] || [ "$1" = "-h" ]; then
|
||||
cat <<EOH
|
||||
Help text
|
||||
EOH
|
||||
exit
|
||||
fi
|
Reference in New Issue
Block a user