#!/usr/bin/env ruby

# Hot potato!!! Bash it!
exec "bash -l -c 'cd #{File.dirname(File.dirname(__FILE__))} && ./install #{ARGV.join(' ')}'"

