From 9b0e9c8308ab8e70879cf68529b91729123fa166 Mon Sep 17 00:00:00 2001 From: jebbatime build server Date: Sat, 12 Jun 2021 15:02:40 -0600 Subject: [PATCH] reset scriptlets --- scripts/jebbatime-dev-reset | 11 +++++++++++ scripts/jebbatime-reset | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100755 scripts/jebbatime-dev-reset create mode 100755 scripts/jebbatime-reset diff --git a/scripts/jebbatime-dev-reset b/scripts/jebbatime-dev-reset new file mode 100755 index 0000000..92f2863 --- /dev/null +++ b/scripts/jebbatime-dev-reset @@ -0,0 +1,11 @@ +#!/bin/bash + +# Get config +. ~/.config/jebbatime.conf + +cd $JEBBATIMEGITROOT + +./tools/wasptool \ + --reset \ + --device $JEBBATIMEDEVMAC + diff --git a/scripts/jebbatime-reset b/scripts/jebbatime-reset new file mode 100755 index 0000000..66a3063 --- /dev/null +++ b/scripts/jebbatime-reset @@ -0,0 +1,11 @@ +#!/bin/bash + +# Get config +. ~/.config/jebbatime.conf + +cd $JEBBATIMEGITROOT + +./tools/wasptool \ + --reset \ + --device $JEBBATIMEMAC +