1
0
Fork 0
jebbatime/scripts/jebbatime-run

15 lines
272 B
Bash
Executable File

#!/bin/bash
# If the watch isn't running for some reason.
# E.g. if it just displays "main.py".
# Get config
. ~/.config/jebbatime.conf
cd $JEBBATIMEGITROOT
./tools/wasptool \
--exec wasp/main.py \
--eval 'wasp.system.run()' \
--device $JEBBATIMEMAC