mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-09-18 06:57:30 +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" %*
|
|
) |