diff --git a/cpplint.bat b/cpplint.bat new file mode 100644 index 0000000000..039b10dc0b --- /dev/null +++ b/cpplint.bat @@ -0,0 +1,4 @@ +@echo off +:: This is required with cygwin only. +PATH=%~dp0;%PATH% +call python "%~dp0cpplint.py" %*