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