Skip to content

Instantly share code, notes, and snippets.

View rfinz's full-sized avatar

Raymond Finzel rfinz

View GitHub Profile
@rfinz
rfinz / nap.rb
Created January 12, 2016 22:22 — forked from siers/nap.rb
a more natural alarm clock command line interface
#!/usr/bin/env ruby
require 'time'
def die(str)
$stderr.puts str
exit
end
def usage