diff options
Diffstat (limited to 'store/home/bin/nvr-wait')
-rwxr-xr-x | store/home/bin/nvr-wait | 4 |
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 "$@" |