summaryrefslogtreecommitdiff
path: root/bin/spicedb
diff options
context:
space:
mode:
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 $@