#!/usr/bin/env ruby require "rscons/cli" if __FILE__ == $0 Rscons::Cli.new.run(ARGV) end