X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fschedule%2Fcal.sh;h=0938e1db8d7212ecb0968ff874d73a33666eca3b;hb=40ca1ac145871bd3bdfec8c2fad8af55a104509c;hp=3f380f52c24f34b2208f0ee76b7a3866b3b4d5e3;hpb=13e6a7529652a303b74b5c5235e8046e029f0576;p=feisty_meow.git diff --git a/scripts/schedule/cal.sh b/scripts/schedule/cal.sh index 3f380f52..0938e1db 100644 --- a/scripts/schedule/cal.sh +++ b/scripts/schedule/cal.sh @@ -12,7 +12,7 @@ case $# in *) m=$1; y=$2 ;; # 2 arguments; month and year esac -echo would run, after first case: "/usr/bin/cal $m $y" +#echo would run, after first case: "/usr/bin/cal $m $y" case $m in jan*|Jan*|JAN*) m=1 ;; @@ -31,5 +31,5 @@ case $m in *) y=$m; m="" ;; # just a year esac -echo running: "/usr/bin/cal $m $y" +#echo running: "/usr/bin/cal $m $y" /usr/bin/cal $m $y # run the real one