view bin/proxy-loop @ 370:fc644e52df7c

[bin/ren] Replaced tabs with spaces
author Edho Arief <edho@myconan.net>
date Thu, 28 Jun 2012 09:08:27 +0700
parents 5bafb912837e
children
line wrap: on
line source

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