bin: Add time tracking entrypoint

This commit is contained in:
2021-10-03 09:52:59 +02:00
parent bd7c4d270d
commit 296f3e9f76

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 "${@}"