source: extensions/gsdl-video/trunk/installed/cmdline/bin/irb@ 18425

Last change on this file since 18425 was 18425, checked in by davidb, 15 years ago

Video extension to Greenstone

File size: 425 bytes
Line 
1#!/research/code/gsdl-video-import/trunk/installed/cmdline/bin/ruby
2#
3# irb.rb - intaractive ruby
4# $Release Version: 0.9.5 $
5# $Revision: 11708 $
6# $Date: 2007-02-13 08:01:19 +0900 (Tue, 13 Feb 2007) $
7# by Keiju ISHITSUKA([email protected])
8#
9
10require "irb"
11
12if __FILE__ == $0
13 IRB.start(__FILE__)
14else
15 # check -e option
16 if /^-e$/ =~ $0
17 IRB.start(__FILE__)
18 else
19 IRB.setup(__FILE__)
20 end
21end
Note: See TracBrowser for help on using the repository browser.