1
0
Fork 0

scriptlets to cat main.py over ble

jebbatime
ml server 2021-06-14 14:57:43 -06:00
parent 3e2c687b27
commit c253c9598b
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#!/bin/bash
# Get config
. ~/.config/jebbatime.conf
cd $JEBBATIMEGITROOT
./tools/wasptool \
--exec wasp/main.py \
--eval "from shell import * ; cd('/flash') ; cat('main.py')" \
--device $JEBBATIMEMAC

View File

@ -0,0 +1,12 @@
#!/bin/bash
# Get config
. ~/.config/jebbatime.conf
cd $JEBBATIMEGITROOT
./tools/wasptool \
--exec wasp/main.py \
--eval "from shell import * ; cd('/flash') ; cat('main.py')" \
--device $JEBBATIMEDEVMAC