7 lines
200 B
Plaintext
7 lines
200 B
Plaintext
|
#!/bin/zsh
|
||
|
_DEPENDENCIES+=()
|
||
|
_REQUIRED_ENV+=()
|
||
|
source ${0:a:h}/common.zsh
|
||
|
#####################################################################
|
||
|
__RUN_SCWRYPT zsh/git/package/install -- --only-pull $@
|