mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-14 11:37:23 +08:00
4 lines
105 B
Bash
4 lines
105 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -eu
|
||
|
exec kubectl -n headscale exec -ti pod/headscale-0 -- /go/bin/headscale "$@"
|