Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # install_dbd_mysql.rb
  2.  
  3. Fixnum = Integer
  4.  
  5. require 'rubygems/commands/install_command'
  6.  
  7. install = Gem::Commands::InstallCommand.new
  8. install.handle_options ['dbd-mysql']
  9. install.execute
  10.  
  11. $ ruby install_dbd_mysql.rb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement