Sha256: a5c4af7ce04e25a8b9c2e7bf9247ad41ea9a1f4fb48d7034edd75c89bcaebf2b

Contents?: true

Size: 251 Bytes

Versions: 1

Compression:

Stored size: 251 Bytes

Contents

#!/usr/bin/env ruby1.9
# 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/plow1.9