Sha256: 8e5b712050a2ad38e525b01481874198fd1fb73094639a472541a58bf3dfe0ea
Contents?: true
Size: 248 Bytes
Versions: 1
Compression:
Stored size: 248 Bytes
Contents
#!/usr/bin/env ruby # encoding: UTF-8 unless $LOAD_PATH.include?(File.expand_path(File.dirname(__FILE__) + '/../lib')) $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + '/../lib')) end require 'plow' Plow::Application.launch(*ARGV)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plow-0.1.0 | bin/plow |