Sha256: bb116bb2533ca878fe6b91e74865b335d1a08c4d339c6354ea737ec7d3d13433
Contents?: true
Size: 464 Bytes
Versions: 3
Compression:
Stored size: 464 Bytes
Contents
#! /usr/bin/env ruby # -*- encoding: utf-8 -*- require 'evented_bluepill/options' require 'evented_bluepill/controller' STDERR.puts "*** DEPRECATION WARNING: using 'bluepill' is deprecated. Please use 'evented_bluepill' instead ***" 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/bluepill |
evented_bluepill-0.0.51 | bin/bluepill |
evented_bluepill-0.0.50 | bin/bluepill |