view bin/proxy-loop @ 582:3e051a850ecf

Support tmux 2.*
author nanaya <me@myconan.net>
date Fri, 05 Feb 2016 00:42:02 +0900
parents 5bafb912837e
children
line wrap: on
line source

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