Skip to content

Instantly share code, notes, and snippets.

@webus
Created March 16, 2011 21:30
Show Gist options
  • Save webus/873357 to your computer and use it in GitHub Desktop.
Save webus/873357 to your computer and use it in GitHub Desktop.
Only update Play! and Scala,GAE,Siena plugins and rebuild
#!/bin/sh
m_path=$PWD
cd play
git pull
cd modules/scala
git pull
cd ../gae
git pull
cd ../siena
git pull
cd $m_path/play/framework
ant
cd ../modules/scala
ant -Dplay.path=$m_path/play
cd ../gae
ant -Dplay.path=$m_path/play
cd ../siena
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment