7 lines
143 B
Bash
7 lines
143 B
Bash
|
_DEPENDENCIES+=(
|
||
|
psql
|
||
|
)
|
||
|
_REQUIRED_ENV+=()
|
||
|
source ${0:a:h}/../common.zsh
|
||
|
#####################################################################
|