mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-09-17 22:47:27 +02:00
5 lines
111 B
Batchfile
5 lines
111 B
Batchfile
@IF EXIST "%~dp0\node.exe" (
|
|
"%~dp0\node.exe" "%~dp0\precompile" %*
|
|
) ELSE (
|
|
node "%~dp0\precompile" %*
|
|
) |