scwrypts/zsh/db/postgres/interactive-pgcli

8 lines
141 B
Bash
Executable File

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