From 647fa59ecbc8b51309ef20288de5eb73a042f869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Mon, 19 Jan 2026 20:18:38 +0100 Subject: initial import --- nitro@/unitroctl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 nitro@/unitroctl (limited to 'nitro@/unitroctl') diff --git a/nitro@/unitroctl b/nitro@/unitroctl new file mode 100755 index 0000000..d84817a --- /dev/null +++ b/nitro@/unitroctl @@ -0,0 +1,9 @@ +#!/bin/sh + +: ${NITRO_SOCK:=/run/user/$(id -u)/nitro/nitro.sock} +if [ ! -S "$NITRO_SOCK" ]; then + echo "unitroctl: couldn't find socket $NITRO_SOCK" >&2 + exit 1 +fi +export NITRO_SOCK +exec nitroctl "$@" -- cgit v1.2.3