File size: 77 Bytes
d70d08b
 
 
 
 
1
2
3
4
5
pushd %~dp0
call npm install --no-audit --fund false
node clewd.js
pause
popd