winfsp/tools/cloc.bat
2019-03-13 15:04:39 -07:00

8 lines
138 B
Batchfile
Executable File

@echo off
setlocal
cd %~dp0..
cloc --force-lang=c,i --fullpath "--not-match-d=ext/test|build/VStudio/.vs|build/VStudio/build" .