mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 20:19:35 +00:00
8 lines
121 B
Bash
Executable File
8 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
|