1 2 3 4 5 6 7 8
#!/bin/bash export DIR=`pwd` cd ../../server-plugin/build/ make clean cd ${DIR}/../../server-code/ make clean ./build.sh old