Sha256: c80025dd95dd501653efd17104bd631df43977c3d5768874b5e9c49ec545c67e

Contents?: true

Size: 280 Bytes

Versions: 2

Compression:

Stored size: 280 Bytes

Contents

#!/usr/bin/env ruby -ws

$o ||= false
$d ||= false

type     = (ARGV.shift || "macports")

require "#{type}_analyzer"

klass    = Object.const_get "#{type.capitalize}Analyzer"
analyzer = klass.new
analyzer.run

system "open #{type.capitalize}Analyzer.#{$d ? "dot" : "png"}" if $o

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
graph-2.0.1 bin/graph
graph-2.0.0 bin/graph