view bin/proxy-loop @ 325:795ad57794a6

[setup] Returning solaris compatibility.
author Edho Arief <edho@myconan.net>
date Sun, 18 Mar 2012 16:02:08 +0700
parents 5bafb912837e
children
line wrap: on
line source

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