bin: Add time tracking entrypoint

This commit is contained in:
2021-10-03 09:52:59 +02:00
parent a6969ff360
commit 0ce4262e64

9
bin/check Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -o errexit
cd ~/projects/personal/time-tracking/
source venv/bin/activate
source ~/.attendance_env
./call.py "${@}"