a ton of changes to fix the production directory. formerly this directory $FEISTY_ME...
[feisty_meow.git] / production / setup_src / bundle_example / create_bundle.sh
1 #!/bin/bash
2
3 if [ ! -d $RUNTIME_DIR/install ]; then mkdir $RUNTIME_DIR/install; fi
4
5 echo exe ending is $EXE_END
6
7 rm -f $RUNTIME_DIR/install/example_bundle$EXE_END
8
9 $EXECUTABLE_DIR/bundle_creator -o $RUNTIME_DIR/install/example_bundle$EXE_END -m ./example_manifest.txt
10