shellnotes/util/quickread/r/r.sh

13 lines
273 B
Bash
Raw Permalink Normal View History

2021-07-06 09:56:12 +02:00
:<<'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
2021-07-06 10:13:45 +02:00
if [ -f $DEFAULT_PATH/$notename ]; then
tac $DEFAULT_PATH/$notename
else
echo "No such note."
fi