summaryrefslogtreecommitdiff
path: root/bin/spicedb
blob: 5d4cf0bba6605a27c8d3c24b5e268a2805f8d336 (plain)
1
2
3
4
5
6
7
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 $@