new shellnotes file
This commit is contained in:
parent
cb4829ae9e
commit
c2bef3ff06
1 changed files with 34 additions and 0 deletions
34
shellnotes.sh
Executable file
34
shellnotes.sh
Executable file
|
@ -0,0 +1,34 @@
|
|||
|
||||
|
||||
|
||||
#The first line is the user's default shell found during installation process.
|
||||
|
||||
#The lines below must NOT be changed.
|
||||
export DIR=$(pwd)
|
||||
|
||||
. ~/.shellnotes/whatsnew.sh
|
||||
|
||||
. ~/.shellnotes/util/getv.sh
|
||||
. ~/.shellnotes/def/defaults.sh
|
||||
. ~/.shellnotes/util/ChMkDir.sh
|
||||
. ~/.shellnotes/util/quickread.sh
|
||||
. ~/.shellnotes/util/quicknote.sh
|
||||
. ~/.shellnotes/util/newnote.sh
|
||||
. ~/.shellnotes/util/readnote.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/clipnote.sh
|
||||
. ~/.shellnotes/util/rmdups.sh
|
||||
|
||||
|
||||
|
||||
. ~/.shellnotes/util/shellnotes.sh
|
||||
. ~/.shellnotes/util/.hidden/.clearlogs.sh
|
||||
. ~/.shellnotes/util/.hidden/.resetshellnotes.sh
|
||||
|
||||
|
Loading…
Reference in a new issue