k3s/scripts/dev-server.sh
2019-01-01 01:23:01 -07:00

7 lines
121 B
Bash
Executable file

#!/bin/bash
set -e
cd $(dirname $0)/../bin
echo Running
go run -tags k3s ../cli/main.go --debug server --disable-agent