summaryrefslogtreecommitdiff
path: root/bin/spicedb
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-21 16:20:32 -0600
committermo khan <mo@mokhan.ca>2025-07-21 16:20:32 -0600
commit44e0d272c040cdc53a98b9f1dc58ae7da67752e6 (patch)
tree1d7d676bd96b37c4c042f4ddf0ef89cbe69a5fb0 /bin/spicedb
parent01c0c7624a64d80c56862770bbededfa35977b2e (diff)
chore: install spicedb
Diffstat (limited to 'bin/spicedb')
-rwxr-xr-xbin/spicedb8
1 files changed, 8 insertions, 0 deletions
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 $@