summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChris Schlaeger <chris@linux.com>2014-07-20 21:47:39 +0200
committerChris Schlaeger <chris@linux.com>2014-07-20 21:47:39 +0200
commit06fd275a92cee58de4fcb2ca5e8f255f655d4ba5 (patch)
tree8eff1d8252ff14e7367d8aa68781d01d9e267f57 /bin
parentcc72a9807699b95363d0ae58aa5237d982946470 (diff)
downloadpostrunner-06fd275a92cee58de4fcb2ca5e8f255f655d4ba5.zip
Lots of cleanup work
Diffstat (limited to 'bin')
-rwxr-xr-xbin/postrunner5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/postrunner b/bin/postrunner
new file mode 100755
index 0000000..988c5c5
--- /dev/null
+++ b/bin/postrunner
@@ -0,0 +1,5 @@
+#!/usr/bin/env ruby
+
+$:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
+require File.basename(__FILE__)
+