view bin/proxy-loop @ 445:b6ff64346e71

[bin/ren] More rules.
author Edho Arief <edho@myconan.net>
date Mon, 21 Jan 2013 07:58:54 +0700
parents 5bafb912837e
children
line wrap: on
line source

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