summaryrefslogtreecommitdiff
path: root/bin/pylint.bat
blob: 88e566ba0cd42cccaa5a7d29581ca2430c02dee9 (plain)
1
2
3
4
5
@echo off
rem Use python to execute the python script having the same name as this batch
rem file, but without any extension, located in the same directory as this
rem batch file
python "%~dpn0" %*