'v' parameter
This commit is contained in:
parent
51843191ea
commit
f58dbee074
1 changed files with 10 additions and 0 deletions
10
util/v/v.sh
Normal file
10
util/v/v.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
:<<'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
|
Loading…
Reference in a new issue