1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-04-27 08:59:14 -05:00

tools: cloc.bat wraps cloc

This commit is contained in:
Bill Zissimopoulos
2019-03-13 15:04:39 -07:00
parent a811cd2cf8
commit b2912460e0
Executable
+7
View File
@@ -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" .