view bin/proxy-loop @ 313:72c299437fde

Converting from integer, not string.
author Edho Arief <edho@myconan.net>
date Sun, 04 Mar 2012 12:20:33 +0000
parents 5bafb912837e
children
line wrap: on
line source

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