annotate graster/graster/bin/graster @ 21:e72220627685 tip

0.002 inch discrepancy with target. going to test anyway
author Robert McIntyre <rlm@mit.edu>
date Mon, 30 Aug 2010 01:19:21 -0400
parents f952052e37b7
children
rev   line source
rlm@11 1 #!/usr/bin/env ruby
rlm@11 2 # Tokyo cache cow command line interface script.
rlm@11 3 # Run <tt>tokyo_cache_cow -h</tt> to get more usage.
rlm@11 4 require File.dirname(__FILE__) + '/../lib/graster'
rlm@11 5
rlm@11 6 Graster::Runner.new(ARGV).start!
rlm@11 7
rlm@11 8
rlm@11 9