summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Buttke <nate-web@riseup.net>2022-11-05 23:03:31 -0700
committerNate Buttke <nate-web@riseup.net>2022-11-05 23:03:31 -0700
commit4bca4b1ff9ec1653ecf6a2a405de71dbe0fb5fb5 (patch)
tree49e96d69ec77faca6b4c75ad0e97268b79838ce8
parent08e8d76bdb84d04697ab79873039f97be302bb7f (diff)
remove echo calls
-rwxr-xr-xplan4
1 files changed, 0 insertions, 4 deletions
diff --git a/plan b/plan
index c880497..406a73b 100755
--- a/plan
+++ b/plan
@@ -1,7 +1,6 @@
#!/bin/bash
#TODO: pandoc --pdf-engine=xelatex jan24.md -o test.pdf
-
if [ "$1" == next ]; then
printf "Planning for next week.\n"
fi
@@ -20,9 +19,6 @@ else # today is NOT monday
fi
fi
-echo $date
-echo $date
-
filepath="/home/n8/dox/plan/weekly/$date/$date"
directory="/home/n8/dox/plan/weekly/$date/"
template="/home/n8/dox/plan/weekly/template"