mirror of
https://github.com/outbackdingo/turnk8s.git
synced 2026-01-28 02:20:39 +00:00
6 lines
89 B
Bash
6 lines
89 B
Bash
#!/bin/bash
|
|
|
|
cat <<EOF > "/opt/kubeconfig/$2"
|
|
$(echo "$1" | tail -n +2 | head -n -1)
|
|
EOF
|