8 lines
124 B
Bash
Executable File
8 lines
124 B
Bash
Executable File
#!/bin/zsh
|
|
use db/postgres
|
|
#####################################################################
|
|
|
|
MAIN() {
|
|
PG_RESTORE $@
|
|
}
|