view bin/proxy-loop @ 275:a2f0f4106c00

alias man for FreeBSD.
author Edho Arief <edho@myconan.net>
date Thu, 08 Dec 2011 15:20:57 +0700
parents 5bafb912837e
children
line wrap: on
line source

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