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

12 lines
273 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
if [ -f $DEFAULT_PATH/$notename ]; then
tac $DEFAULT_PATH/$notename
else
echo "No such note."
fi