Sha256: f4cae8f9a11108f9c11a9816106ad3e6d4275387fb7cf1c9db1ae8fde4935656
Contents?: true
Size: 182 Bytes
Versions: 2
Compression:
Stored size: 182 Bytes
Contents
#!/usr/bin/env ruby -w type = (ARGV.shift || "macports") require "#{type}_analyzer" klass = Object.const_get "#{type.capitalize}Analyzer" analyzer = klass.new analyzer.run
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
graph-1.2.0 | bin/graph |
graph-1.1.0 | bin/graph |