Adding cpplint.bat to depot_tools.

so you can type only cpplint in console like the other scripts(gclient, gcl, etc)

BUG=None
TEST=None

Patch contributed by thiago.farina@gmail.com


git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@22576 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
maruel@chromium.org
2009-08-06 01:59:15 +00:00
parent d90ad9b76d
commit 6607d4d923

4
cpplint.bat Normal file
View File

@@ -0,0 +1,4 @@
@echo off
:: This is required with cygwin only.
PATH=%~dp0;%PATH%
call python "%~dp0cpplint.py" %*