shellnotes/util/i/i.sh

11 lines
353 B
Bash
Raw Normal View History

:<<'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