diff options
author | Chris Schlaeger <chris@linux.com> | 2014-07-20 21:47:39 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2014-07-20 21:47:39 +0200 |
commit | 06fd275a92cee58de4fcb2ca5e8f255f655d4ba5 (patch) | |
tree | 8eff1d8252ff14e7367d8aa68781d01d9e267f57 /bin | |
parent | cc72a9807699b95363d0ae58aa5237d982946470 (diff) | |
download | postrunner-06fd275a92cee58de4fcb2ca5e8f255f655d4ba5.zip |
Lots of cleanup work
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/postrunner | 5 |
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__) + |