Skip to content

Instantly share code, notes, and snippets.

@dr2chase
Created May 26, 2017 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dr2chase/5ce3f6b885964e99c08cd6dd62e9650c to your computer and use it in GitHub Desktop.
Save dr2chase/5ce3f6b885964e99c08cd6dd62e9650c to your computer and use it in GitHub Desktop.
Sample script for running experiment.bash on several branches
#!/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