v2.0a3 -> v2.0a4
Rearranged tree to be more sane. Made formatting changes to stage 2. Fixed a bug where edit would be bypassed if the note was just created.
This commit is contained in:
3
build.sh
Normal file → Executable file
3
build.sh
Normal file → Executable file
@@ -17,9 +17,10 @@ EOF
|
||||
|
||||
echo "# Section: Functions" >> $S
|
||||
cat ./functions/init_default_config.sns.sh >> $S
|
||||
cat ./functions/wconf.sns.sh >> $S
|
||||
cat ./functions/w_conf.sns.sh >> $S
|
||||
cat ./functions/pause.sns.sh >> $S
|
||||
cat ./functions/help.sns.sh >> $S
|
||||
cat ./functions/p_header.sh >> $S
|
||||
cat ./functions/create.sns.sh >> $S
|
||||
cat ./functions/delete.sns.sh >> $S
|
||||
cat ./functions/edit.sns.sh >> $S
|
||||
|
||||
Reference in New Issue
Block a user