made notes on final portion

This commit is contained in:
Tech Priest 2024-07-26 01:01:18 +00:00
parent df56737409
commit 6528297982

5
notes
View file

@ -48,3 +48,8 @@ if [ ${#} -eq 0 ]; then
else else
printf "%s\n\n" "${*}" >> "${NOTES_PATH}" printf "%s\n\n" "${*}" >> "${NOTES_PATH}"
fi fi
#doc: guessing on some of this, but 42 seems to check if the above was completed
#43 seems to check for text input after the notes command
#44 returns twice and then printes what was typed after the command into the note file
#46 if nothing typed after notes it tries to open an editor with the file
#49 this seems to just be a redundancy of 44 but that cant be right need more research