feat: adds identifying downturn notes

This commit is contained in:
2022-09-19 18:23:44 -05:00
parent 2b6df0ff45
commit ac31a39e1c
12 changed files with 136 additions and 6 deletions

2
do.sh
View File

@@ -6,7 +6,7 @@ set -Eeuo pipefail # -e "Automatic exit from bash shell script on error" -u "Tr
build() {
echo "I am ${FUNCNAME[0]}ing"
make pdfs/notes.pdf
make all
}
all() {