From f3da1b2b0fb698b2651a134f779a751c37ae93d6 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sat, 14 Jan 2017 11:24:01 -0500 Subject: [PATCH] add main executable script --- exe/gcovinator | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 exe/gcovinator diff --git a/exe/gcovinator b/exe/gcovinator new file mode 100755 index 0000000..4e190a6 --- /dev/null +++ b/exe/gcovinator @@ -0,0 +1,3 @@ +require "gcovinator/cli" + +Gcovinator::Cli.run(ARGV)