view bin/proxy-loop @ 251:d7e5a2e70cf3

Proper test for for loop (*, .*)
author Edho Arief <edho@myconan.net>
date Sun, 20 Nov 2011 23:21:19 +0700
parents 5bafb912837e
children
line wrap: on
line source

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