summaryrefslogtreecommitdiff
path: root/bin/zed
blob: fbe7834d9639b2758c3aade29f1fc618c53ea623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e
[ -n "$DEBUG" ] && set -x

cd "$(dirname "$0")/.."

if ! command -v zed >/dev/null 2>&1; then
  echo "Install zed: https://github.com/authzed/zed"
  exit 1
fi

./bin/tool godotenv -f .env.local,.env go tool zed --insecure $@