sf-static/portfolio/node_modules/.bin/babylon.cmd

7 lines
192 B
Batchfile
Raw Permalink Normal View History

2023-02-28 18:21:07 +00:00
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\babylon\bin\babylon.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\babylon\bin\babylon.js" %*
)