Guest User

Untitled

a guest
Jan 23rd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. function run_example {
  4. export AR_VERSION=$1
  5. bundle update
  6. bundle exec ruby example.rb first
  7. echo
  8. bundle exec ruby example.rb second
  9. echo
  10. }
  11.  
  12. echo `ruby -v`
  13. run_example '3.0.10'
  14. run_example '3.1.0'
Add Comment
Please, Sign In to add comment