12 lines
No EOL
273 B
Bash
12 lines
No EOL
273 B
Bash
:<<'info'
|
|
shellnotes - s.sh
|
|
(C) Dimitris Marakomihelakis
|
|
Released under the "All rights reserved" category. See the RIGHTS.txt file
|
|
in /docs/github/ for its full text.
|
|
info
|
|
|
|
if [ -f $DEFAULT_PATH/$notename ]; then
|
|
sort $DEFAULT_PATH/$notename
|
|
else
|
|
echo "No such note."
|
|
fi |