Sha256: 00655d07a75fefdb7b19bac33dc4bcd959cf7e8b386bcedce2c5bd3bb7e3a6db

Contents?: true

Size: 718 Bytes

Versions: 141

Compression:

Stored size: 718 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')

# @private  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' )

require 'rsence'

# 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

141 entries across 105 versions & 2 rubygems

Version Path
rsence-2.0.0.11 bin/rsence