view bin/proxy-loop @ 486:324c5842af87

Replace tabs with spaces.
author edogawaconan <me@myconan.net>
date Wed, 16 Oct 2013 03:45:54 +0900
parents 5bafb912837e
children
line wrap: on
line source

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