From 4bca4b1ff9ec1653ecf6a2a405de71dbe0fb5fb5 Mon Sep 17 00:00:00 2001 From: Nate Buttke Date: Sat, 5 Nov 2022 23:03:31 -0700 Subject: remove echo calls --- plan | 4 ---- 1 file changed, 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" -- cgit v1.2.3