view bin/proxy-loop @ 419:587abe573053

Added PATH for pgdg 9.2. Sure has been ages last time I tried that :/
author Edho Arief <edho@myconan.net>
date Tue, 11 Dec 2012 16:15:34 -0500
parents 5bafb912837e
children
line wrap: on
line source

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