mirror of
https://github.com/k3s-io/k3s.git
synced 2026-04-21 22:29:13 -04:00
7 lines
121 B
Bash
Executable file
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
|