home/git: add tmcommit script

This commit is contained in:
2024-10-05 12:07:34 +02:00
parent 40d5a8af88
commit b3e782d716
2 changed files with 13 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
set -euo pipefail
if [[ $# -lt 1 ]]; then
echo "Usage: git tcommit [-]<hours>"
exit 1
fi
HOUR_SHIFT="$1"
shift