summaryrefslogtreecommitdiff
path: root/.config/nvim/templates/sh/help.sh
diff options
context:
space:
mode:
authorVikas Kushwaha <dev@vikas.rocks>2025-06-13 08:37:31 +0530
committerVikas Kushwaha <dev@vikas.rocks>2025-06-13 08:37:31 +0530
commit28ea0e3cbe1c0f980a05d6fb13a428bcab2ea1c5 (patch)
treeb44f5301c4f60b1dae51a91e72b614996ee074ce /.config/nvim/templates/sh/help.sh
parent311a468de08231c3dd2327473b79066a25e67462 (diff)
neovim updatesHEADmaster
Diffstat (limited to '.config/nvim/templates/sh/help.sh')
-rw-r--r--.config/nvim/templates/sh/help.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/nvim/templates/sh/help.sh b/.config/nvim/templates/sh/help.sh
new file mode 100644
index 0000000..953de68
--- /dev/null
+++ b/.config/nvim/templates/sh/help.sh
@@ -0,0 +1,10 @@
+help() { echo "<++> -
+
+USAGE:
+ <++> [OPTION]...
+
+OPTIONS:
+ -h show this help message"; }
+
+[ "$#" -lt 1 ] && help >&2 && exit 1
+