bin/sharp in sharp-0.0.1 vs bin/sharp in sharp-0.0.2
- old
+ new
@@ -1,10 +1,9 @@
#!/usr/bin/env ruby
if ARGV[0] == "console"
$:.unshift(File.expand_path("lib", Dir.pwd))
require 'boot'
- Sharp.boot
require 'irb'
ARGV.clear
IRB.start(Sharp.root)
else
$stderr.puts "Unknown command"