1
0
Fork 0

run scriptlets

jebbatime
ml server 2021-06-12 15:54:52 -06:00
parent 0c1d959b28
commit a3bacc2c00
2 changed files with 28 additions and 0 deletions

View File

@ -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

View File

@ -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