summaryrefslogtreecommitdiff
path: root/bin/spicedb
blob: 6c43a153fc966f4f55bd78a14be68f3b1bd9f413 (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 "$@"