add main executable script

This commit is contained in:
Josh Holtrop 2017-01-14 11:24:01 -05:00
parent 031681f8fc
commit f3da1b2b0f

3
exe/gcovinator Executable file
View File

@ -0,0 +1,3 @@
require "gcovinator/cli"
Gcovinator::Cli.run(ARGV)