shellnotes/util/h/h.sh
2021-02-27 12:45:11 +02:00

11 lines
241 B
Bash

:<<'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