Sign in
chromium
/
chromium
/
tools
/
depot_tools.git
/
24daf9e97454a1dd7c9f475a2e63eb9d270d535a
/
.
/
cpplint.bat
blob: a64a9db7239b48ee7557da0030c49ed4cd0197e9 [
file
] [
log
] [
blame
]
[email protected]
70444a0
2011-09-27 23:38:46
[
diff
] [
blame
]
1
@echo
off
2
setlocal
3
::
This
is
required
with
cygwin only
.
4
PATH
=%~
dp0
;%
PATH
%
5
call python
"%~dp0cpplint.py"
%*