grabcamino.sh

#!/bin/sh
# grabcamino 0.3
# by Robert Daeley http://www.celsius1414.com/
# Shell script grabs latest nightly build of Camino
# and opens it in default decompression program.
# Assumes Mac OS X default install with curl available.

cd /tmp
curl -O "http://ftp.mozilla.org/pub/mozilla.org/camino/nightly/latest/Camino.dmg.gz"
open /tmp/Camino.dmg.gz