From b2912460e09a020f99fcfc159625ff77e47d13bb Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 13 Mar 2019 15:04:39 -0700 Subject: [PATCH] tools: cloc.bat wraps cloc --- tools/cloc.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 tools/cloc.bat diff --git a/tools/cloc.bat b/tools/cloc.bat new file mode 100755 index 00000000..6b8ccce3 --- /dev/null +++ b/tools/cloc.bat @@ -0,0 +1,7 @@ +@echo off + +setlocal + +cd %~dp0.. + +cloc --force-lang=c,i --fullpath "--not-match-d=ext/test|build/VStudio/.vs|build/VStudio/build" .