#!/usr/bin/env ruby template_rb = File.expand_path(File.join('..', 'lib', 'pah', 'template.rb'), File.dirname(__FILE__)) exec "rails new #{ARGV[0]} -m #{template_rb}"