view bin/proxy-loop @ 496:6bdf99bfbe97

Newer git use different filename, I think.
author edogawaconan <me@myconan.net>
date Fri, 20 Dec 2013 20:17:21 +0900
parents 5bafb912837e
children
line wrap: on
line source

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