From a9f34eaa0f07a56a2de674cb5ec604a722e67310 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 6 Oct 2005 02:05:36 +0000 Subject: Backed out of script/run portal idea. Muscle memory too deep git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2469 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/bin/process | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 railties/bin/process (limited to 'railties/bin/process') diff --git a/railties/bin/process b/railties/bin/process new file mode 100644 index 0000000000..13df54f90f --- /dev/null +++ b/railties/bin/process @@ -0,0 +1,3 @@ +#!/usr/local/bin/ruby +require File.dirname(__FILE__) + '/../config/boot' +require 'commands/process' \ No newline at end of file -- cgit v1.2.3