Files
scwrypts/zsh/db/postgres/pg_restore
T

8 lines
124 B
Bash
Raw Normal View History

2022-08-01 15:53:40 -06:00
#!/bin/zsh
2023-02-21 18:44:27 -07:00
use db/postgres
2022-08-01 15:53:40 -06:00
#####################################################################
2024-02-06 14:06:44 -07:00
MAIN() {
PG_RESTORE $@
}