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
experimental/szager/collated-output
maruel@chromium.org 17 years ago
parent d90ad9b76d
commit 6607d4d923

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