11 lines
288 B
Bash
11 lines
288 B
Bash
|
:<<'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
|