'r' parameter

This commit is contained in:
dmarakom6 2021-03-04 09:43:30 +02:00
parent ea38fb24a3
commit 626f8b732b

10
util/r/r.sh Normal file
View file

@ -0,0 +1,10 @@
:<<'info'
shellnotes - r.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 -r|--repository )
echo "Github repository: https://github.com/dmarakom6/shellnotes/blob/master/"
esac