view bin/proxy-loop @ 439:cb2d444253f4

Added enterprisedb postgres.
author Edho Arief <edho@myconan.net>
date Sun, 06 Jan 2013 13:28:24 +0300
parents 5bafb912837e
children
line wrap: on
line source

#!/bin/sh
while true; do
  ssh -N localhost
  sleep 10
done