Sha256: 01ca4e02d8db96cd72f532093dbfaa8c4ed99ad966d4a14f5f38994f3c8cffb2
Contents?: true
Size: 299 Bytes
Versions: 1
Compression:
Stored size: 299 Bytes
Contents
#!/usr/bin/env ruby require 'smart_machine' command = ARGV.shift scheduler = SmartMachine::Grids::Scheduler.new case command when "start" action = ARGV.shift scheduler.mysql("start") if action == "--mysql" when "stop" action = ARGV.shift scheduler.mysql("stop") if action == "--mysql" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smartmachine-0.8.0 | bin/scheduler |