7 lines
221 B
Batchfile
7 lines
221 B
Batchfile
@IF EXIST "%~dp0\/bin/sh.exe" (
|
|
"%~dp0\/bin/sh.exe" "%~dp0\..\..\..\..\vue-cli-service\wrapper.sh" %*
|
|
) ELSE (
|
|
@SETLOCAL
|
|
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
|
/bin/sh "%~dp0\..\..\..\..\vue-cli-service\wrapper.sh" %*
|
|
) |