Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
chromium
/
tools
/
depot_tools
/
56664461ae794acee098f85d8c33b438909952f2
/
.
/
cpplint.bat
blob: a64a9db7239b48ee7557da0030c49ed4cd0197e9 [
file
] [
log
] [
blame
]
maruel@chromium.org
70444a0
2011-09-27 23:38:46 +0000
[
diff
] [
blame
]
1
@echo
off
2
setlocal
3
::
This
is
required
with
cygwin only
.
4
PATH
=%~
dp0
;%
PATH
%
5
call python
"%~dp0cpplint.py"
%*