Guest User

Untitled

a guest
May 20th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #!/usr/local/bin/ruby
  2. #
  3. # This file was generated by RubyGems.
  4. #
  5. # The application 'rbot' is installed as part of a gem, and
  6. # this file is here to facilitate running it.
  7. #
  8.  
  9. require 'rubygems'
  10.  
  11. version = ">= 0"
  12.  
  13. if ARGV.first =~ /^_(.*)_$/ and Gem::Version.correct? $1 then
  14. version = $1
  15. ARGV.shift
  16. end
  17.  
  18. gem 'rbot', version
  19. load 'rbot'
Add Comment
Please, Sign In to add comment