mirror of
https://github.com/atom/atom.git
synced 2026-01-12 00:19:11 -05:00
6 lines
100 B
Batchfile
6 lines
100 B
Batchfile
@IF EXIST "%~dp0\node.exe" (
|
|
"%~dp0\node.exe" "%~dp0\lint" %*
|
|
) ELSE (
|
|
node "%~dp0\lint" %*
|
|
)
|