view bin/proxy-loop @ 335:4d3288c19e91

Merge~
author Edho Arief <edho@myconan.net>
date Mon, 19 Mar 2012 12:54:41 +0700
parents 5bafb912837e
children
line wrap: on
line source

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