#!/usr/bin/env ruby require 'pathname' file = Pathname.new(__FILE__).realpath $LOAD_PATH.unshift File.expand_path('../../lib', file) require 'jobim' Jobim::Application.run(*ARGV)