mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tools: cloc.bat wraps cloc
This commit is contained in:
parent
a811cd2cf8
commit
b2912460e0
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" .
|
Loading…
x
Reference in New Issue
Block a user