#!/usr/bin/env ruby
# Executable with absolute path to lib for hacking and development
require File.expand_path(File.join( File.dirname(__FILE__), '..', 'lib', 'timetrap'))
Timetrap::CLI.invoke
