4 lines
70 B
Batchfile
4 lines
70 B
Batchfile
|
|
@ECHO OFF
|
||
|
|
SETLOCAL
|
||
|
|
"%~dp0\node.exe" "%~dp0\package\lib\cli\cli.js" %*
|