two helpful scripts to build my trunk of genesis 2.
[feisty_meow.git] / examples / custom_overrides / fred / rebuild_cak0l.sh
1 #!/bin/bash
2 pushd ~/xsede/code/cak0l/trunk
3 ant clean
4 ant -Dbuild.targetArch=64 build
5 popd
6