11 lines
No EOL
353 B
Bash
11 lines
No EOL
353 B
Bash
:<<'info'
|
|
shellnotes - i.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 -i|--i )
|
|
echo "This is an original copy of the shellnotes project from the github repository."
|
|
echo "Copyright © Dimitris Marakomihelakis. All rights reserved."
|
|
esac |