8 lines
158 B
Bash
Executable File
8 lines
158 B
Bash
Executable File
#!/bin/zsh
|
|
use redis --group kubectl
|
|
#####################################################################
|
|
|
|
MAIN() {
|
|
echo $(REDIS --get-static-definition)
|
|
}
|