7 lines
179 B
Plaintext
7 lines
179 B
Plaintext
|
#!/bin/zsh
|
||
|
_DEPENDENCIES+=()
|
||
|
_REQUIRED_ENV+=()
|
||
|
source ${0:a:h}/common.zsh
|
||
|
#####################################################################
|
||
|
__EDIT "$VUNDLE_BUILD_DEFINITIONS"
|