Files
scwrypts/zsh/cloud/aws/eks/login

8 lines
134 B
Bash
Executable File

#!/bin/zsh
use cloud/aws/eks
#####################################################################
MAIN() {
EKS__CLUSTER_LOGIN $@
}