view bin/proxy-loop @ 362:909b9fc4203e

More git exception on vim.
author Edho Arief <edho@myconan.net>
date Thu, 31 May 2012 23:20:10 +0700
parents 5bafb912837e
children
line wrap: on
line source

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