view bin/proxy-loop @ 277:006c273399fb

Something.
author Edho Arief <edho@myconan.net>
date Thu, 08 Dec 2011 15:22:00 +0700
parents 5bafb912837e
children
line wrap: on
line source

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