From ea38fb24a30a61d4de5d5dc214508f4d38a09dcd Mon Sep 17 00:00:00 2001 From: dmarakom6 Date: Sat, 27 Feb 2021 12:45:11 +0200 Subject: [PATCH] 'h' parameter --- util/h/h.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 util/h/h.sh diff --git a/util/h/h.sh b/util/h/h.sh new file mode 100644 index 0000000..2959171 --- /dev/null +++ b/util/h/h.sh @@ -0,0 +1,11 @@ +:<<'info' +shellnotes - h.sh +(C) Dimitris Marakomihelakis +Released under the "All rights reserved" category. See the RIGHTS.txt file +in /docs/github/ for its full text. +info + +case $1 in -h|--help ) + less ~/.shellnotes/docs/help + cd $dir +esac