view bin/proxy-loop @ 133:fcef92b3f37f

Forgot to check whether the file actually exists.
author Edho Prima Arief <edho@myconan.net>
date Thu, 27 Oct 2011 16:31:43 +0700
parents 5bafb912837e
children
line wrap: on
line source

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