view bin/proxy-loop @ 401:06e1821eacf5

Merge remote-tracking branch 'origin/master' into rhel5
author Edho Arief <edho@myconan.net>
date Tue, 04 Sep 2012 09:30:40 +0700
parents 5bafb912837e
children
line wrap: on
line source

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