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

13 lines
218 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 $JEBBATIMEMAC