1 2 3 4 5 6 7 8 9
#!/bin/sh -e set -e echo "Wait while we build... " cd `dirname $0` msdev ../rep.dsw /MAKE ALL /REBUILD /OUT out.log cat out.log echo "making zip" cd release zip ../rep.zip *