summaryrefslogtreecommitdiffstats
path: root/local/.bin/hornet/svre
diff options
context:
space:
mode:
Diffstat (limited to 'local/.bin/hornet/svre')
-rwxr-xr-xlocal/.bin/hornet/svre6
1 files changed, 6 insertions, 0 deletions
diff --git a/local/.bin/hornet/svre b/local/.bin/hornet/svre
new file mode 100755
index 0000000..159b017
--- /dev/null
+++ b/local/.bin/hornet/svre
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -eu
+set -o pipefail
+
+svdn "$1"
+svup "$1"