Ajout : sauvegardes automatiques des bases postgresql.
[lhc/ateliers.git] / remote / socksify
diff --git a/remote/socksify b/remote/socksify
new file mode 100755 (executable)
index 0000000..a89657d
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh -eu
+tool=$(readlink -e "${0%/*}/..")
+. "$tool"/remote/lib.sh
+
+SOCKS_CONF="$tool"/etc/dante/remote.conf \
+exec socksify "$@"