From abf1eb828f956ac95b76b252cc8fe0198090eca8 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Wed, 4 Jun 2025 18:42:09 +0800 Subject: chore(config): move dir. --- store/bin/nvr-wait | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 store/bin/nvr-wait (limited to 'store/bin/nvr-wait') diff --git a/store/bin/nvr-wait b/store/bin/nvr-wait new file mode 100755 index 0000000..410d42d --- /dev/null +++ b/store/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 "$@" -- cgit v1.2.3