summaryrefslogtreecommitdiff
path: root/psql
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-12-23 10:42:51 -0500
committerFreya Murphy <freya@freyacat.org>2024-12-23 10:42:51 -0500
commita98fbfe5f9c71c1c1e1e4fd66164b3692a060d54 (patch)
treefa3e0061a12cde252af401324eacb003bfb4fd3c /psql
parentinitial (diff)
downloadcrimson-a98fbfe5f9c71c1c1e1e4fd66164b3692a060d54.tar.gz
crimson-a98fbfe5f9c71c1c1e1e4fd66164b3692a060d54.tar.bz2
crimson-a98fbfe5f9c71c1c1e1e4fd66164b3692a060d54.zip
add args to psql
Diffstat (limited to 'psql')
-rwxr-xr-xpsql2
1 files changed, 1 insertions, 1 deletions
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}" "$@"