scwrypts/zsh/db/postgres/pg_dump

8 lines
121 B
Bash
Executable File

#!/bin/zsh
use db/postgres
#####################################################################
MAIN() {
PG_DUMP $@
}