Files
scwrypts/zsh/db/postgres/pg_dump
T

10 lines
162 B
Bash
Raw Normal View History

2022-08-01 15:53:40 -06:00
#!/bin/zsh
2023-02-21 18:44:27 -07:00
DEPENDENCIES+=()
REQUIRED_ENV+=()
2022-08-01 15:53:40 -06:00
2023-02-21 18:44:27 -07:00
use db/postgres
2022-08-01 15:53:40 -06:00
2023-02-21 18:44:27 -07:00
CHECK_ENVIRONMENT
2022-08-01 15:53:40 -06:00
#####################################################################
2023-02-21 18:44:27 -07:00
PG_DUMP $@