view bin/proxy-loop @ 376:e581a80b165c

Added color for hg.
author Edho Arief <edho@myconan.net>
date Tue, 03 Jul 2012 21:28:07 +0700
parents 5bafb912837e
children
line wrap: on
line source

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