mirror of
https://github.com/optim-enterprises-bv/turnk8s.git
synced 2025-11-05 04:37:46 +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
|