diff --git a/scripts/jebbatime-battery b/scripts/jebbatime-battery new file mode 100755 index 0000000..908f6ba --- /dev/null +++ b/scripts/jebbatime-battery @@ -0,0 +1,11 @@ +#!/bin/bash + +# Get config +. ~/.config/jebbatime.conf + +cd $JEBBATIMEGITROOT + +./tools/wasptool \ + --battery \ + --device $JEBBATIMEMAC + diff --git a/scripts/jebbatime-dev-battery b/scripts/jebbatime-dev-battery new file mode 100755 index 0000000..5d2a3ba --- /dev/null +++ b/scripts/jebbatime-dev-battery @@ -0,0 +1,11 @@ +#!/bin/bash + +# Get config +. ~/.config/jebbatime.conf + +cd $JEBBATIMEGITROOT + +./tools/wasptool \ + --battery \ + --device $JEBBATIMEDEVMAC +