view bin/proxy-loop @ 372:ad07799cf765

Nuke all custom functions.
author Edho Arief <edho@myconan.net>
date Sat, 30 Jun 2012 23:24:04 +0700
parents 5bafb912837e
children
line wrap: on
line source

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