1
0
Fork 0

scriplet to upload main.py...

jebbatime
ml server 2021-06-12 17:39:22 -06:00
parent cd48b23239
commit 5d41bcda22
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#!/bin/bash
# Upload wasp/main.py
# Get config
. ~/.config/jebbatime.conf
cd $JEBBATIMEGITROOT
./tools/wasptool \
--upload wasp/main.py \
--device $JEBBATIMEDEVMAC

View File

@ -0,0 +1,12 @@
#!/bin/bash
# Upload wasp/main.py
# Get config
. ~/.config/jebbatime.conf
cd $JEBBATIMEGITROOT
./tools/wasptool \
--upload wasp/main.py \
--device $JEBBATIMEMAC