1
0
Fork 0
jebbatime/scripts/jebbatime-console

12 lines
145 B
Plaintext
Raw Normal View History

2021-06-12 15:17:07 -06:00
#!/bin/bash
# Get config
. ~/.config/jebbatime.conf
cd $JEBBATIMEGITROOT
./tools/wasptool \
--console \
2021-06-12 15:19:17 -06:00
--device $JEBBATIMEMAC
2021-06-12 15:17:07 -06:00