forked from p15670423/monkey
Merge pull request #78 from guardicore/feature/start_browser_on_windows
Start browser when running island on windows
This commit is contained in:
commit
eb622cb8e6
|
@ -1,3 +1,4 @@
|
|||
if not exist db mkdir db
|
||||
start windows\run_mongodb.bat
|
||||
start windows\run_cc.bat
|
||||
start https://localhost:5000
|
Loading…
Reference in New Issue