view bin/proxy-loop @ 464:9c9aeccbdadf

Resort prioritized paths.
author Edho Arief <edho@myconan.net>
date Wed, 01 May 2013 15:09:40 +0900
parents 5bafb912837e
children
line wrap: on
line source

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