18 lines
285 B
Plaintext
18 lines
285 B
Plaintext
|
#!/bin/zsh
|
||
|
DEPENDENCIES+=()
|
||
|
REQUIRED_ENV+=()
|
||
|
|
||
|
use helm
|
||
|
use scwrypts
|
||
|
|
||
|
CHECK_ENVIRONMENT
|
||
|
#####################################################################
|
||
|
|
||
|
MAIN() {
|
||
|
unset USAGE
|
||
|
HELM__TEMPLATE__GET $@
|
||
|
}
|
||
|
|
||
|
#####################################################################
|
||
|
MAIN $@
|