summaryrefslogtreecommitdiffstats
path: root/local/.bin/hornet/svlog
diff options
context:
space:
mode:
Diffstat (limited to 'local/.bin/hornet/svlog')
-rwxr-xr-xlocal/.bin/hornet/svlog5
1 files changed, 5 insertions, 0 deletions
diff --git a/local/.bin/hornet/svlog b/local/.bin/hornet/svlog
new file mode 100755
index 0000000..201ce9b
--- /dev/null
+++ b/local/.bin/hornet/svlog
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -eu
+set -o pipefail
+
+tail -F "$HOME/.log/$1/current" | tai64nlocal