summaryrefslogtreecommitdiff
path: root/script/runner
diff options
context:
space:
mode:
Diffstat (limited to 'script/runner')
-rwxr-xr-xscript/runner3
1 files changed, 3 insertions, 0 deletions
diff --git a/script/runner b/script/runner
new file mode 100755
index 0000000..ccc30f9
--- /dev/null
+++ b/script/runner
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+require File.dirname(__FILE__) + '/../config/boot'
+require 'commands/runner' \ No newline at end of file