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