Sha256: 7324c699a2b7347bb7d1dfafa57ff052abaae60e830858c40d80d7c75d8ad64e
Contents?: true
Size: 798 Bytes
Versions: 5
Compression:
Stored size: 798 Bytes
Contents
#!/usr/bin/env ruby #-- ## RSence # Copyright 2010 Riassence Inc. # http://riassence.com/ # # You should have received a copy of the GNU General Public License along # with this software package. If not, contact licensing@riassence.com ## #++ require 'profile' if ARGV.include?('--profile') ## Auto-construct paths using this file as the waypoint SERVER_PATH = File.split( File.expand_path(File.dirname(__FILE__)) )[0] ## Include server & lib in the search path $LOAD_PATH << SERVER_PATH $LOAD_PATH << File.join( SERVER_PATH, 'lib' ) # Requires the ARGVParser that functions as the command-line user interface. require 'conf/argv' # Start RSence, if the command supplied was one of the ones # triggering a start and the environment is ok. RSence.startup if RSence.startable?
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rsence-2.0.0.10.pre | bin/rsence |
rsence-2.0.0.9.pre | bin/rsence |
rsence-2.0.0.8.pre | bin/rsence |
rsence-2.0.0.7.pre | bin/rsence |
rsence-2.0.0.6.pre | bin/rsence |