#!/usr/bin/ruby

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

Cheat.sheets(ARGV)
