shellnotes/util/h/h.sh

12 lines
241 B
Bash
Raw Normal View History

2021-02-27 11:45:11 +01:00
:<<'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
2021-04-19 21:20:01 +02:00
cd $DIR
2021-02-27 11:45:11 +01:00
esac