Files
dotfiles/bin/check

10 lines
143 B
Plaintext
Raw Permalink Normal View History

2021-10-03 09:52:59 +02:00
#!/usr/bin/env bash
set -o errexit
cd ~/projects/personal/time-tracking/
source venv/bin/activate
source ~/.attendance_env
./call.py "${@}"