10 lines
238 B
Bash
10 lines
238 B
Bash
:<<'info'
|
|
shellnotes - v.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 -v|--version )
|
|
echo "Shellnotes version: $VER"
|
|
esac
|