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

13 lines
218 B
Plaintext
Raw Permalink Normal View History

2021-06-14 14:57:43 -06:00
#!/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