1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-30 03:28:38 -05:00
Files
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" .