Sha256: a9bd8e8b171b94e334a3d142112121fa1f2c64e1cb81c3251e5d73163fa13132
Contents?: true
Size: 250 Bytes
Versions: 2
Compression:
Stored size: 250 Bytes
Contents
#!/usr/bin/env ruby require_relative '../lib/ims' ARGV << '--help' if ARGV.empty? options = Ims::Parser.parse(ARGV) sender = Ims::Sender.new sender.deliver({ text: options.text, attachment: options.attachment, contacts: options.contacts })
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ims-0.8.2 | bin/ims |
ims-0.8.1 | bin/ims |