Sha256: 502796256d83ad338953bbf61e440b729c42f84b3978d8253dd3666342214f1f
Contents?: true
Size: 350 Bytes
Versions: 3
Compression:
Stored size: 350 Bytes
Contents
#! /usr/bin/env ruby # -*- encoding: utf-8 -*- require 'evented_bluepill/options' require 'evented_bluepill/controller' EventedBluepill::Options.parse! command = ARGV.shift target = ARGV.shift application = EventedBluepill::Options[:application] controller = EventedBluepill::Controller.new controller.handle_command(application, command, target)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
evented_bluepill-0.0.52 | bin/evented_bluepill |
evented_bluepill-0.0.51 | bin/evented_bluepill |
evented_bluepill-0.0.50 | bin/evented_bluepill |