Sha256: 081d8aac93169878f2d187bd88ce883bf46d4e29610762e52e5c72670ffbd696

Contents?: true

Size: 253 Bytes

Versions: 1

Compression:

Stored size: 253 Bytes

Contents

#!/usr/bin/env ruby

require_relative '../lib/imsg'

ARGV << '--help' if ARGV.empty?

options = Imsg::Parser.parse(ARGV)

sender = Imsg::Sender.new
sender.deliver({
  text: options.text,
  attachment: options.attachment,
  contacts: options.contacts
})

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ims-0.8.0 bin/imsg