view bin/proxy-loop @ 558:0ea2c3c36438

Updated bitbucket fingerprint.
author nanaya <me@myconan.net>
date Fri, 29 May 2015 04:53:28 +0900
parents 5bafb912837e
children
line wrap: on
line source

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