Sha256: 152d5e5cf57466d55a6bd727606d4f760eedb870c4b9eaf10a016be41b622c09
Contents?: true
Size: 272 Bytes
Versions: 4
Compression:
Stored size: 272 Bytes
Contents
#!/usr/bin/env ruby require File.expand_path(File.dirname(__FILE__) + "/../lib/artii") begin a = Artii::Base.new *ARGV.dup puts a.output rescue StandardError => e puts "Something has gone horribly wrong!" puts "Artii says: #{e.message}" # puts e.backtrace end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
artii-1.0.2 | bin/artii |
artii-1.0.1 | bin/artii |
artii-1.0.0 | bin/artii |
artii-0.0.3 | bin/artii |