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