=====================================================================

Changed environment dependency checker to be more automatic
This commit is contained in:
2022-05-24 10:26:05 -06:00
parent bffd64051c
commit 2dcf94199b
36 changed files with 124 additions and 144 deletions

6
zsh/aws/rds/common.zsh Normal file
View File

@ -0,0 +1,6 @@
_DEPENDENCIES+=(
psql
)
_REQUIRED_ENV+=()
source ${0:a:h}/../common.zsh
#####################################################################