Skip to content

Instantly share code, notes, and snippets.

@tadas-subonis
Created June 9, 2013 12:07
Show Gist options
  • Select an option

  • Save tadas-subonis/5743310 to your computer and use it in GitHub Desktop.

Select an option

Save tadas-subonis/5743310 to your computer and use it in GitHub Desktop.
wget -q http://downloads.typesafe.com/play/${PLAY_VERSION}/play-${PLAY_VERSION}.zip
unzip -q play-${PLAY_VERSION}.zip
play-${PLAY_VERSION}/play clean-all
play-${PLAY_VERSION}/play compile
play-${PLAY_VERSION}/play test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment