stud

study spacejunk
Log | Files | Refs | LICENSE

commit aa16b89ad97d8437fe36577153b728a2ed575802 (tree)
parent b24be76507ca2d0fc6c454bd7590dadbf27f4efc
Author: Motiejus Jakštys <desired.mta@gmail.com>
Date:   Fri, 22 May 2020 20:12:13 +0300

managedb is now like psql

Diffstat:
MII/Referatas/managedb | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/II/Referatas/managedb b/II/Referatas/managedb @@ -21,9 +21,10 @@ main() { stop) pg_ctl -D db -l db/logfile stop ;; - "") + "" | --) + [[ $# == 2 ]] && shift exports - psql + exec psql "$@" ;; *) >&2 echo "Unknown command: '$*'"