Compare commits

..

No commits in common. "main" and "0.0.1" have entirely different histories.
main ... 0.0.1

3
punchclock Executable file → Normal file
View file

@ -219,7 +219,6 @@ function command_sum {
# date does not accept ISO8601 calendar weeks as input,
# we need to convert to regular ISO8601 %Y-%m-%d first
local MONDAY_DATE=$(dateconv -f %Y-%m-%d $MONDAY_WEEKDAY)
echo ; echo -e "Summary for week \033[1m${MONDAY_WEEKDAY}\033[0m" ; echo
_print_sum_for_multiple_days $MONDAY_DATE 6
;;
"days")
@ -338,4 +337,4 @@ while [[ $# -gt 0 ]]; do
usage
;;
esac
done
done