8 lines
134 B
Bash
Executable File
8 lines
134 B
Bash
Executable File
#!/bin/zsh
|
|
use cloud/aws/eks
|
|
#####################################################################
|
|
|
|
MAIN() {
|
|
EKS__CLUSTER_LOGIN $@
|
|
}
|