mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-15 00:02:46 -05:00
tools: cloc.bat wraps cloc
This commit is contained in:
7
tools/cloc.bat
Executable file
7
tools/cloc.bat
Executable 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" .
|
Reference in New Issue
Block a user