first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / production / setup_src / bundle_example / create_bundle.sh
1 #!/bin/bash
2
3 if [ ! -d $PRODUCTION_DIR/install ]; then mkdir $PRODUCTION_DIR/install; fi
4
5 echo exe ending is $EXE_END
6
7 rm -f $PRODUCTION_DIR/install/example_bundle$EXE_END
8
9 $EXECUTABLE_DIR/bundle_creator -o $PRODUCTION_DIR/install/example_bundle$EXE_END -m ./example_manifest.txt
10