view bin/proxy-loop @ 435:4a71d0b1a4c6

Different, more compact style of prompt.
author Edho Arief <edho@myconan.net>
date Sun, 30 Dec 2012 01:56:46 +0700
parents 5bafb912837e
children
line wrap: on
line source

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