mirror of
https://github.com/jimeh/skyhook.git
synced 2026-02-19 02:56:39 +00:00
9 lines
177 B
Ruby
9 lines
177 B
Ruby
if !$LOAD_PATH.include?(File.dirname(__FILE__))
|
|
$LOAD_PATH << File.dirname(__FILE__)
|
|
end
|
|
|
|
require "config"
|
|
require "lib/skyhook"
|
|
$console = true if $console.nil?
|
|
|
|
# $debug = 2 |