4 lines
146 B
Text
4 lines
146 B
Text
export DISPLAY=:1
|
|
export PATH=$PATH:/usr/local/bin
|
|
cd /home/bchu/pyclock
|
|
python3 src/pyclock.py -b -f config/file.json -e config/email.json -t $1
|