Sha256: faf14e91e2d5220280300f1fe25c70670de51d49c5ed895f5ec4ef76c5d0ed6a
Contents?: true
Size: 228 Bytes
Versions: 5
Compression:
Stored size: 228 Bytes
Contents
#!/usr/bin/env ruby lib = File.expand_path(File.dirname(__FILE__) + '/../lib') $LOAD_PATH.unshift(lib) if File.directory?(lib) && !$LOAD_PATH.include?(lib) require 'dot_grid' require 'dot_grid/cli' DotGrid::CLI.execute(ARGV)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
dot_grid-0.0.12 | bin/dot_grid |
dot_grid-0.0.11 | bin/dot_grid |
dot_grid-0.0.10 | bin/dot_grid |
dot_grid-0.0.9 | bin/dot_grid |
dot_grid-0.0.8 | bin/dotgrid |