2 lines
70 B
Bash
Executable file
2 lines
70 B
Bash
Executable file
#!/usr/bin/env bash
|
|
exec "$(dirname "$0")/install-kubernetes.sh" "$@"
|