Changed script to default to daily/weekly summaries instead of executing do_process on each date

This commit is contained in:
Trey Blancher 2022-10-09 01:46:37 -04:00
parent 83efaa2cdc
commit eab660e277
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
#!/bin/zsh
PATH=/Users/tblancher/bin:/Users/tblancher/homebrew/opt/coreutils/libexec/gnubin:/Users/tblancher/homebrew/opt/grep/libexec/gnubin:/usr/bin:/bin
[[ "${1}" == "-i" ]] && IGNORE_DO_PROCESS=1 && shift
IGNORE_DO_PROCESS=1
[[ "${1}" == "-d" ]] && IGNORE_DO_PROCESS=0 && shift
WK_OFFSET=$1
WK_TOTAL=0
[[ -z ${WK_OFFSET} ]] && WK_OFFSET=0