Fix openbrowser

dev
Jonatan Nilsson 2018-06-26 20:06:30 +00:00
parent 53a3d71452
commit 5b798d0693
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,5 @@
@ECHO OFF
:start
timeout 3
@ -6,4 +8,6 @@ curl localhost:3000
IF %errorlevel% NEQ 0 GOTO :start
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --start-fullscreen http://localhost:3000/client.html
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --start-fullscreen http://localhost:3000/status.html
EXIT