Sha256: 24f963cd7c2bb3e2f3ebfaac6e783c01ebb60f1ec1b1bdd173494462dc07c574

Contents?: true

Size: 208 Bytes

Versions: 5

Compression:

Stored size: 208 Bytes

Contents

#!/usr/bin/env ruby
$:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
require 'notify'

title = ARGV.shift || 'Notify'
message = ARGV.empty? ? 'notify' : ARGV.join("\n")

Notify.notify title, message

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
notify-0.5.2 bin/notify
notify-0.5.1 bin/notify
notify-0.5.0 bin/notify
notify-0.4.0 bin/notify
notify-0.3.0 bin/notify