#!/usr/bin/env ruby
$:.unshift File.join(File.dirname(__FILE__), *%w[.. lib])
require 'conveyer'
Conveyer.process(ARGV[0], ARGV[1])