Files
scwrypts/zsh/db/postgres/interactive-pgcli
T

8 lines
141 B
Bash
Raw Normal View History

2023-02-21 18:44:27 -07:00
#!/bin/zsh
use db/postgres
#####################################################################
2024-02-06 14:06:44 -07:00
MAIN() {
POSTGRES__LOGIN_INTERACTIVE $@
}