#!/bin/sh set -e [ -n "$DEBUG" ] && set -x cd "$(dirname "$0")/.." 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 $@