view bin/proxy-loop @ 469:1f8fb10740b0

Use record extension by default.
author Edho Arief <edho@myconan.net>
date Thu, 06 Jun 2013 19:29:44 +0900
parents 5bafb912837e
children
line wrap: on
line source

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