Sweeping refinements and formatting changes
This commit is contained in:
3
build.sh
Normal file → Executable file
3
build.sh
Normal file → Executable file
@@ -10,7 +10,6 @@ bash header.sh > "$S"
|
||||
echo -e "\n# Section: Functions" >> "$S"
|
||||
cat ./src/includes/init_store.sns.sh >> "$S"
|
||||
cat ./src/includes/verify_store.sns.sh >> "$S"
|
||||
cat ./src/includes/pause.sns.sh >> "$S"
|
||||
cat ./src/includes/help.sns.sh >> "$S"
|
||||
cat ./src/includes/p_header.sh >> "$S"
|
||||
cat ./src/includes/libencryption.sns.sh >> "$S"
|
||||
@@ -19,7 +18,7 @@ cat ./src/includes/delete.sns.sh >> "$S"
|
||||
cat ./src/includes/edit.sns.sh >> "$S"
|
||||
cat ./src/includes/print.sns.sh >> "$S"
|
||||
cat ./src/includes/list.sns.sh >> "$S"
|
||||
printf "%s\n\n\n\n" "# End Section: Functions" >> "$S"
|
||||
printf "%s\n" "# End Section: Functions" >> "$S"
|
||||
cat ./src/main/stage1.sns.sh >> "$S"
|
||||
cat ./src/main/stage2.sns.sh >> "$S"
|
||||
cat ./src/main/stage3.sns.sh >> "$S"
|
||||
|
||||
Reference in New Issue
Block a user