update statstest.fish

This commit is contained in:
lee2sman 2021-07-17 03:52:23 -04:00
parent de1749efd2
commit 9f07722c12
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ end
echo "previous month:" $pmonth
echo "previous month's year" $pyear
set total_days_prev_month (cal $pmonth $pyear |egrep -v [a-z] |wc -w)
set total_days_prev_month 30
# set total_days_prev_month (cal $pmonth $pyear |egrep -v [a-z] |wc -w) # i don't have date
echo "# days last month:" $total_days_prev_month
# loop through days of prev month starting on same day of month