'h' parameter
This commit is contained in:
parent
cc0b1031e7
commit
ea38fb24a3
1 changed files with 11 additions and 0 deletions
11
util/h/h.sh
Normal file
11
util/h/h.sh
Normal file
|
@ -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
|
Loading…
Reference in a new issue