#!/usr/bin/env ruby ENV['LUX_PRINT_ROUTES'] = 'true' require 'awesome_print' require './config/application' path = ARGV[0] || '/print-routes' puts 'Routes for test route %s' % path.green Lux path