summaryrefslogtreecommitdiff
path: root/bin/console
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-12-30 16:16:25 -0700
committermo khan <mo.khan@gmail.com>2019-12-30 16:16:25 -0700
commitd18aa4b281b73a463f5238c4142ab71391509ed8 (patch)
tree34f2c68d4b1be2ad421cf7153549a0db5e84aa11 /bin/console
parent868ecd9edfde893b6f769aff62ee34891b72a583 (diff)
Add script to start psql shell
Diffstat (limited to 'bin/console')
-rwxr-xr-xbin/console3
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