view bin/proxy-loop @ 302:b90ebadbfd5d

Forgot the other wget.
author Edho Arief <edho@myconan.net>
date Thu, 09 Feb 2012 09:12:18 +0700
parents 5bafb912837e
children
line wrap: on
line source

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