Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # Start with a broken commit, this will walk back to the first working commit.
  2. until bundle; do
  3. cd ../rubygems
  4. git reset --hard HEAD^
  5. ruby setup.rb --no-document
  6. cd ../jruby-test
  7. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement