aboutsummaryrefslogtreecommitdiff
path: root/store/home/bin/nvr-wait
diff options
context:
space:
mode:
Diffstat (limited to 'store/home/bin/nvr-wait')
-rwxr-xr-xstore/home/bin/nvr-wait4
1 files changed, 4 insertions, 0 deletions
diff --git a/store/home/bin/nvr-wait b/store/home/bin/nvr-wait
new file mode 100755
index 0000000..410d42d
--- /dev/null
+++ b/store/home/bin/nvr-wait
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+export CRU_NVIM_SERVER=${CRU_NVIM_SERVER:-/tmp/nvimsocket}
+exec nvr --nostart --servername "$CRU_NVIM_SERVER" -cc split --remote-wait "$@"