diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-21 16:20:32 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-21 16:20:32 -0600 |
| commit | 44e0d272c040cdc53a98b9f1dc58ae7da67752e6 (patch) | |
| tree | 1d7d676bd96b37c4c042f4ddf0ef89cbe69a5fb0 /bin | |
| parent | 01c0c7624a64d80c56862770bbededfa35977b2e (diff) | |
chore: install spicedb
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/spicedb | 8 |
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 $@ |
