Files: 43d0acdc1f7c98f9cfa8257776bb437308a79b23 / app.bat
89 bytesRaw
1 | @echo off |
2 | |
3 | SET fullpath=%~dp0 |
4 | SET mypath=%fullpath:~0,-1% |
5 | |
6 | call node %mypath%\host-app.js |
Built with git-ssb-web
1 | @echo off |
2 | |
3 | SET fullpath=%~dp0 |
4 | SET mypath=%fullpath:~0,-1% |
5 | |
6 | call node %mypath%\host-app.js |
Built with git-ssb-web