projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13e6a75
)
removed debugging echos
author
Chris Koeritz
<cak0l@virginia.edu>
Tue, 1 Jun 2021 17:19:33 +0000
(13:19 -0400)
committer
Chris Koeritz
<cak0l@virginia.edu>
Tue, 1 Jun 2021 17:19:33 +0000
(13:19 -0400)
scripts/schedule/cal.sh
patch
|
blob
|
history
diff --git
a/scripts/schedule/cal.sh
b/scripts/schedule/cal.sh
index 3f380f52c24f34b2208f0ee76b7a3866b3b4d5e3..0938e1db8d7212ecb0968ff874d73a33666eca3b 100644
(file)
--- 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