summaryrefslogtreecommitdiffstats
path: root/bin/hornet/svup
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hornet/svup')
-rwxr-xr-xbin/hornet/svup6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/hornet/svup b/bin/hornet/svup
new file mode 100755
index 0000000..3772fdb
--- /dev/null
+++ b/bin/hornet/svup
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -eu
+set -o pipefail
+
+svc -u "$HOME/.services/enabled/$1"
+svget "$1"