OpenSecurity/test/browser.bat
author om
Tue, 10 Dec 2013 14:05:32 +0100
changeset 32 1505c94059ab
permissions -rw-r--r--
forget to commit browser batch
     1 @echo off
     2 rem get up a browsing VM
     3 for /F %%A in ('..\cygwin\bin\curl --get http://127.0.0.1:8080/browsing') do SET VM_NAME=%%A
     4 rem construct proper URL
     5 set "URL=http://127.0.0.1:8080/sdvms/%VM_NAME%/application/usr/bin/iceweasel"
     6 echo "Calling:" %URL%
     7 ..\cygwin\bin\curl --get %URL%