Sha256: b475a5f2016f84a2d8f46def7411f6655377437f1e200d90e377a06c0bd051d0

Contents?: true

Size: 197 Bytes

Versions: 4

Compression:

Stored size: 197 Bytes

Contents

#!/usr/bin/env ruby

if ARGV[0] == "console"
  require File.expand_path('app/boot', Dir.pwd)
  require 'irb'
  ARGV.clear
  IRB.start(Sharp.root)
else
  $stderr.puts "Unknown command"
  exit 1
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sharp-0.2.1 bin/sharp
sharp-0.2.0 bin/sharp
sharp-0.1.0 bin/sharp
sharp-0.0.3 bin/sharp