From a98fbfe5f9c71c1c1e1e4fd66164b3692a060d54 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 23 Dec 2024 10:42:51 -0500 Subject: add args to psql --- psql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'psql') diff --git a/psql b/psql index 71071a4..3bcaf45 100755 --- a/psql +++ b/psql @@ -42,4 +42,4 @@ CALL_ROOT="$(pwd)" source "$ROOT/base.env" source "$CALL_ROOT/.env" -$ROOT/compose exec postgres psql -U "${POSTGRES_USER}" "${POSTGRES_DB}" +$ROOT/compose exec postgres psql -U "${POSTGRES_USER}" "${POSTGRES_DB}" "$@" -- cgit v1.2.3-freya