diff --git a/scripts/jebbatime-dev-run b/scripts/jebbatime-dev-run new file mode 100755 index 0000000..f0802a8 --- /dev/null +++ b/scripts/jebbatime-dev-run @@ -0,0 +1,14 @@ +#!/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 $JEBBATIMEDEVMAC + diff --git a/scripts/jebbatime-run b/scripts/jebbatime-run new file mode 100755 index 0000000..bca5dc5 --- /dev/null +++ b/scripts/jebbatime-run @@ -0,0 +1,14 @@ +#!/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 +