Skip to content

Instantly share code, notes, and snippets.

View graemerocher's full-sized avatar

Graeme Rocher graemerocher

View GitHub Profile
@graemerocher
graemerocher / compile
Created September 21, 2011 08:27 — forked from jesperfj/compile
Grails LP
#!/usr/bin/env bash
# bin/compile <build-dir> <cache-dir>
# fail fast
set -e
BIN_DIR=$(cd $(dirname $0); pwd) # absolute path
# parse args
BUILD_DIR=$1
CACHE_DIR=$2