#!/usr/bin/ruby.ruby1.8 

begin
  require 'cheat'
rescue LoadError
  require 'rubygems'
  require 'cheat'
end

Cheat.sheets(ARGV)
