10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
|
#!/bin/zsh
|
||
|
use helm
|
||
|
use scwrypts
|
||
|
#####################################################################
|
||
|
|
||
|
MAIN() {
|
||
|
unset USAGE
|
||
|
HELM__DEPENDENCY__UPDATE $@
|
||
|
}
|