#!/usr/bin/env ruby $: << File.join(File.dirname(__FILE__), "..", "lib") require "fpm" require "fpm/command" exit(FPM::Command.run || 0)