cpplint.bat 113 Bytes
Newer Older
maruel@chromium.org's avatar
maruel@chromium.org committed
1 2 3 4 5
@echo off
setlocal
:: This is required with cygwin only.
PATH=%~dp0;%PATH%
call python "%~dp0cpplint.py" %*