Develop and Download Open Source Software

Browse CVS Repository

Contents of /ruggregator/ruggregator/ruggregator.rb

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Mon May 16 00:51:04 2005 UTC (18 years, 10 months ago) by bluedwarf
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +11 -7 lines
Rearrangement files

1 #!/usr/bin/env ruby
2
3 require 'pathname'
4
5 # REMOVE 7 LINES FROM HERE WHEN INSTALLING
6 # library path settings for development
7 # this 3 lines will be removed when installing
8 path = Pathname.new($0)
9 path = path + "../../lib"
10 $:.push path.realpath.to_s
11
12 require 'ruggregator/ruggregator'
13
14 launch_ruggregator

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26