2021-06-13 11:55:45 +02:00
|
|
|
DIR="$(pwd)"
|
|
|
|
. ~/.shellnotes/util/getv.sh
|
|
|
|
. ~/.shellnotes/def/defaults.sh
|
|
|
|
. ~/.shellnotes/util/ChMkDir.sh
|
|
|
|
. ~/.shellnotes/util/readnote.sh
|
|
|
|
. ~/.shellnotes/util/quickread.sh
|
|
|
|
. ~/.shellnotes/util/quicknote.sh
|
|
|
|
. ~/.shellnotes/util/newnote.sh
|
|
|
|
. ~/.shellnotes/util/delnote.sh
|
|
|
|
. ~/.shellnotes/util/listnotes.sh
|
|
|
|
. ~/.shellnotes/util/findnote.sh
|
|
|
|
. ~/.shellnotes/util/findmisplacednote.sh
|
|
|
|
. ~/.shellnotes/util/renamenote.sh
|
|
|
|
. ~/.shellnotes/util/notewc.sh
|
|
|
|
. ~/.shellnotes/util/notegrep.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
. ~/.shellnotes/util/shellnotes.sh
|
|
|
|
. ~/.shellnotes/util/.hidden/.clearlogs.sh
|
|
|
|
. ~/.shellnotes/util/.hidden/.resetshellnotes.sh
|
2021-07-05 10:50:01 +02:00
|
|
|
|