Sha256: 2face7083fc51e306ce70e8f5ed21243f35b8414b4e5d61ad8049fd300b95368
Contents?: true
Size: 140 Bytes
Versions: 1
Compression:
Stored size: 140 Bytes
Contents
#!/usr/bin/env ruby require File.expand_path('../../lib/spout', __FILE__) if ARGV.size > 0 Spout::Actions.interpret(ARGV) exit(0) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spout-0.0.1.pre | bin/spout |