shellnotes/util/quickread/s/s.sh
2021-07-06 11:13:45 +03:00

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