view bin/proxy-loop @ 512:4badd767901e

Merge from sunos workstation.
author edogawaconan <me@myconan.net>
date Thu, 27 Mar 2014 12:18:19 +0900
parents 5bafb912837e
children
line wrap: on
line source

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