37b2538842b5cc790e8a4eab4e0eb9dd30218a12
[feisty_meow.git] / examples / custom_overrides / fred / build_cak0l.sh
1 #!/bin/bash
2
3 function rebuild_cak0l()
4 {
5   pushd ~/xsede/code/cak0l/trunk
6   ant clean
7   ant -Dbuild.targetArch=64 build
8   popd
9 }
10
11 function build_cak0l()
12 {
13   pushd ~/xsede/code/cak0l/trunk
14   ant -Dbuild.targetArch=64 build
15   popd
16 }
17
18