summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-12-30 16:24:07 -0700
committermo khan <mo.khan@gmail.com>2019-12-30 16:24:07 -0700
commit3840fcac1166966e2627e1927e70e110c922fa59 (patch)
tree993ec90570c323051f344101d013c8f869076648
parentd18aa4b281b73a463f5238c4142ab71391509ed8 (diff)
Forward addition arguments to psql
-rwxr-xr-xbin/console2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/console b/bin/console
index 29310ee..f95a90d 100755
--- a/bin/console
+++ b/bin/console
@@ -1,3 +1,3 @@
#!/bin/sh
-psql -h $PWD/tmp/sockets postgres
+psql -h $PWD/tmp/sockets postgres "$@"