22 lines
610 B
Bash
22 lines
610 B
Bash
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
|
|
|