Fix shebangs. Consistentlicious!

This commit is contained in:
Ben Bleything 2005-08-11 05:46:38 +00:00
parent 50343b79e8
commit f07d0e32c6
26 changed files with 27 additions and 27 deletions

View file

@ -1,4 +1,4 @@
#!/usr/local/bin/ruby
#!/usr/bin/env ruby
irb = RUBY_PLATFORM =~ /mswin32/ ? 'irb.bat' : 'irb'
require 'optparse'