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:
Executable
+7
@@ -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