Skip to content

Instantly share code, notes, and snippets.

View chris-allan's full-sized avatar

Chris Allan chris-allan

View GitHub Profile
@chris-allan
chris-allan / omero_homebrew.sh
Created October 14, 2011 08:17 — forked from joshmoore/README.md
Bootstrap script for creating and installing OMERO via Homebrew.
#!/bin/bash
set -e
set -u
DIR=$1
shift
OMERO_GIT=${OMERO_URL:-git://github.com/joshmoore/homebrew.git}
OMERO_URL=${OMERO_URL:-https://github.com/joshmoore/homebrew/tarball/omero}