1
0
Fork 0
jebbatime/scripts/jebbatime-dev-cat-main

13 lines
221 B
Bash
Executable File

#!/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