diff options
| author | mo khan <mo.khan@gmail.com> | 2019-12-30 16:24:07 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-12-30 16:24:07 -0700 |
| commit | 3840fcac1166966e2627e1927e70e110c922fa59 (patch) | |
| tree | 993ec90570c323051f344101d013c8f869076648 | |
| parent | d18aa4b281b73a463f5238c4142ab71391509ed8 (diff) | |
Forward addition arguments to psql
| -rwxr-xr-x | bin/console | 2 |
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 "$@" |
