Sha256: 7a6485bd8abc742f66aa2d24607d5bc0bf993a2459179d4f82fccc52550050ea

Contents?: true

Size: 362 Bytes

Versions: 8

Compression:

Stored size: 362 Bytes

Contents

#!/usr/bin/env ruby
$:.unshift(File.join(File.dirname(__FILE__), "..", "lib"))
require "poolparty"
require "poolpartycl"

@command = ARGV[-1] || ""

o = PoolParty::Optioner.new(ARGV) do |opts, optioner|
  opts.on('-c command', '--command command', 'Command to run')    { |c| optioner.command c }
end

@command = o.command if o.command

puts %x[#{@command}].chomp

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
auser-poolparty-0.2.20 bin/server-fire-cmd
auser-poolparty-0.2.21 bin/server-fire-cmd
auser-poolparty-0.2.22 bin/server-fire-cmd
auser-poolparty-0.2.23 bin/server-fire-cmd
auser-poolparty-0.2.24 bin/server-fire-cmd
auser-poolparty-0.2.25 bin/server-fire-cmd
auser-poolparty-0.2.26 bin/server-fire-cmd
poolparty-0.2.18 bin/server-fire-cmd