Sha256: c6f8a039ac774615d90e060d2a52700ed2febb55129ddbeaa38e989ef0b8fc15
Contents?: true
Size: 157 Bytes
Versions: 5
Compression:
Stored size: 157 Bytes
Contents
#!/usr/bin/env ruby require 'shaddox' task = ARGV[0] target = ARGV[1] || 'localhost' config = Shaddox::Config.new config.invoke(task.to_sym, target.to_sym)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
shaddox-0.0.6 | bin/shaddox |
shaddox-0.0.5 | bin/shaddox |
shaddox-0.0.4 | bin/shaddox |
shaddox-0.0.3 | bin/shaddox |
shaddox-0.0.2 | bin/shaddox |