X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=script%2Fabout;fp=script%2Fabout;h=ed8deb0dfc0e593c08c86a3aed22a6d3f0717231;hb=67ebe9685d1e38e00c44d09eee244b5bd5628457;hp=0000000000000000000000000000000000000000;hpb=16d24228b0ba7ae40cf90b5445ba5a5644648127;p=feedcatcher.git diff --git a/script/about b/script/about new file mode 100755 index 0000000..ed8deb0 --- /dev/null +++ b/script/about @@ -0,0 +1,4 @@ +#!/usr/bin/env ruby +require File.dirname(__FILE__) + '/../config/boot' +$LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info" +require 'commands/about' \ No newline at end of file