view bin/proxy-loop @ 309:592605e4d3bb

Use SI whenever possible. Use 1KiB instead otherwise.
author Edho Arief <edho@myconan.net>
date Wed, 29 Feb 2012 17:48:05 +0000
parents 5bafb912837e
children
line wrap: on
line source

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