Created
December 13, 2011 18:09
-
-
Save zeroasterisk/1473157 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Assumes you will have this file in the repo root level folder | |
| SCRIPT="$(readlink -nf ${0#./})" | |
| SCRIPTNAME="${0##*/}" | |
| ROOTBASE="${SCRIPT%/*}" | |
| cd $ROOTBASE | |
| git submodule init && git submodule update | |
| $ROOTBASE/app/cake bisect script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment