Sha256: 303290e1a72d9580f6fdb09c83bbf21775d44f32516130e4570d6279d6394882
Contents?: true
Size: 239 Bytes
Versions: 5
Compression:
Stored size: 239 Bytes
Contents
#! /usr/bin/env ruby require 'notifyor/cli' require 'notifyor/remote/connection' begin cli = ::Notifyor::CLI.new cli.parse cli.check_notifications rescue => e STDERR.puts e.message STDERR.puts e.backtrace.join("\n") exit 1 end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
notifyor-0.8.1 | bin/notify_me |
notifyor-0.8.0 | bin/notify_me |
notifyor-0.6.0 | bin/notify_me |
notifyor-0.5.9 | bin/notify_me |
notifyor-0.5.8 | bin/notify_me |