kiteco-public/scripts/standalone.sh

8 lines
212 B
Bash
Raw Permalink Normal View History

2022-01-01 10:54:19 +03:00
#!/usr/bin/env bash
VER=$(go version | cut -d" " -f3)
if [ "$VER" != "go1.15.3" ]; then
echo "Please install Go 1.15.3"
exit 1
fi
go $1 -tags standalone github.com/kiteco/kiteco/kite-go/client/cmds/kited