view bin/proxy-loop @ 324:391f2b64900e

Fixed sed test to be compatible with POSIX regex.
author Edho Arief <edho@myconan.net>
date Sun, 18 Mar 2012 13:23:06 +0700
parents 5bafb912837e
children
line wrap: on
line source

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