scwrypts/zsh/db/postgres/pg_restore

8 lines
124 B
Bash
Executable File

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