view bin/proxy-loop @ 396:c555557692bc

Uses grep instead of egrep ...since the latter doesn't quite work in solaris.
author Edho Arief <edho@myconan.net>
date Sun, 12 Aug 2012 14:26:27 +0700
parents 5bafb912837e
children
line wrap: on
line source

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