pulsar/script/lint.cmd
Antonio Scandurra 870b3c832e Add script/lint
2016-08-29 10:37:12 +02:00

6 lines
100 B
Batchfile

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\lint" %*
) ELSE (
node "%~dp0\lint" %*
)