view bin/proxy-loop @ 364:7833673f4860

Added readme because I can.
author Edho Arief <edho@myconan.net>
date Sat, 02 Jun 2012 17:07:57 +0700
parents 5bafb912837e
children
line wrap: on
line source

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