summaryrefslogtreecommitdiff
path: root/lib/postrunner.rb
blob: 6d241e689d61541e4800d3bf052114dfddec1b33 (plain)
1
2
3
4
5
6
7
8
9
10
$:.unshift(File.join(File.dirname(__FILE__), '..', '..', 'fit4ruby', 'lib'))
$:.unshift(File.dirname(__FILE__))

require 'postrunner/Main'

module PostRunner

  Main.new(ARGV)

end