diff options
| author | hukl <hukl@eight.local> | 2009-01-29 20:41:18 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-01-29 20:41:18 +0100 |
| commit | b298d3e8eeb10903bd4640dab7c11d0dc1be9d38 (patch) | |
| tree | d8d0a8449972a46e551be3b94e7dd02b6107b119 /script/about | |
initial import with edge rails included as a submodule
Diffstat (limited to 'script/about')
| -rwxr-xr-x | script/about | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/script/about b/script/about new file mode 100755 index 0000000..ed8deb0 --- /dev/null +++ b/script/about | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | #!/usr/bin/env ruby | ||
| 2 | require File.dirname(__FILE__) + '/../config/boot' | ||
| 3 | $LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info" | ||
| 4 | require 'commands/about' \ No newline at end of file | ||
