aboutsummaryrefslogtreecommitdiff
path: root/psql/run
diff options
context:
space:
mode:
Diffstat (limited to 'psql/run')
-rwxr-xr-xpsql/run7
1 files changed, 0 insertions, 7 deletions
diff --git a/psql/run b/psql/run
deleted file mode 100755
index a14f7c6..0000000
--- a/psql/run
+++ /dev/null
@@ -1,7 +0,0 @@
1#!/bin/bash
2
3docker run -ti --rm --detach-keys=ctrl-@ \
4 -v /usr/share/zoneinfo/America/Los_Angeles:/etc/localtime:ro \
5 -v $HOME/share:$HOME/share \
6 -v $HOME/.psqlrc:$HOME/.psqlrc \
7 psql "$@"