From a3bacc2c00714b07e38281c80167ce67a3dd67e6 Mon Sep 17 00:00:00 2001 From: ml server Date: Sat, 12 Jun 2021 15:54:52 -0600 Subject: [PATCH] run scriptlets --- scripts/jebbatime-dev-run | 14 ++++++++++++++ scripts/jebbatime-run | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100755 scripts/jebbatime-dev-run create mode 100755 scripts/jebbatime-run diff --git a/scripts/jebbatime-dev-run b/scripts/jebbatime-dev-run new file mode 100755 index 0000000..f0802a8 --- /dev/null +++ b/scripts/jebbatime-dev-run @@ -0,0 +1,14 @@ +#!/bin/bash +# If the watch isn't running for some reason. +# E.g. if it just displays "main.py". + +# Get config +. ~/.config/jebbatime.conf + +cd $JEBBATIMEGITROOT + +./tools/wasptool \ + --exec wasp/main.py \ + --eval 'wasp.system.run()' \ + --device $JEBBATIMEDEVMAC + diff --git a/scripts/jebbatime-run b/scripts/jebbatime-run new file mode 100755 index 0000000..bca5dc5 --- /dev/null +++ b/scripts/jebbatime-run @@ -0,0 +1,14 @@ +#!/bin/bash +# If the watch isn't running for some reason. +# E.g. if it just displays "main.py". + +# Get config +. ~/.config/jebbatime.conf + +cd $JEBBATIMEGITROOT + +./tools/wasptool \ + --exec wasp/main.py \ + --eval 'wasp.system.run()' \ + --device $JEBBATIMEMAC +