Skip to content

Instantly share code, notes, and snippets.

View jousby's full-sized avatar

James Ousby jousby

  • Amazon Web Services
  • Sydney, Australia
View GitHub Profile
@jousby
jousby / build.cygwin.sh
Created October 20, 2012 06:05 — forked from mslinn/play
Play Framework 2.0 start scripts for Cygwin
#! /usr/bin/env sh
PLAY_VERSION="2.0.4"
if [ -z "${JPDA_PORT}" ]; then
DEBUG_PARAM=""
else
DEBUG_PARAM="-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=${JPDA_PORT}"
fi