From 44e0d272c040cdc53a98b9f1dc58ae7da67752e6 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 21 Jul 2025 16:20:32 -0600 Subject: chore: install spicedb --- bin/spicedb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 bin/spicedb (limited to 'bin') diff --git a/bin/spicedb b/bin/spicedb new file mode 100755 index 0000000..5d4cf0b --- /dev/null +++ b/bin/spicedb @@ -0,0 +1,8 @@ +#!/bin/sh + +if ! command -v spicedb >/dev/null 2>&1; then + echo "Install spicedb: https://authzed.com/docs/spicedb/getting-started/installing-spicedb" + exit 1 +fi + +exec spicedb $@ -- cgit v1.2.3