mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-13 16:16:44 +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" %*
|
|
) |