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