view bin/proxy-loop @ 398:6a62f8641c4f

Merge branch 'master' of http://github.com/edogawaconan/ecos
author Edho Arief <edho@myconan.net>
date Sun, 12 Aug 2012 14:27:41 +0700
parents 5bafb912837e
children
line wrap: on
line source

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