Created
May 26, 2017 15:44
-
-
Save dr2chase/5ce3f6b885964e99c08cd6dd62e9650c to your computer and use it in GitHub Desktop.
Sample script for running experiment.bash on several branches
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 | |
git change master | |
variant=master_2017_05_24 bash -x ./experiment.bash | |
echo | |
git change rotate_in_layout | |
variant=rotate_in_layout bash -x ./experiment.bash | |
echo | |
git change rotate_both | |
variant=rotate_both bash -x ./experiment.bash | |
echo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment