Sha256: 216a1c4af35cd4777f2b2d944785d0e8bd630be5364a53127f9d3dfeed2b0a85
Contents?: true
Size: 486 Bytes
Versions: 27
Compression:
Stored size: 486 Bytes
Contents
#!/usr/bin/env ruby 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
27 entries across 27 versions & 1 rubygems