diff options
| author | mo khan <mo.khan@gmail.com> | 2019-12-30 16:16:25 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-12-30 16:16:25 -0700 |
| commit | d18aa4b281b73a463f5238c4142ab71391509ed8 (patch) | |
| tree | 34f2c68d4b1be2ad421cf7153549a0db5e84aa11 /bin/console | |
| parent | 868ecd9edfde893b6f769aff62ee34891b72a583 (diff) | |
Add script to start psql shell
Diffstat (limited to 'bin/console')
| -rwxr-xr-x | bin/console | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/console b/bin/console new file mode 100755 index 0000000..29310ee --- /dev/null +++ b/bin/console @@ -0,0 +1,3 @@ +#!/bin/sh + +psql -h $PWD/tmp/sockets postgres |
