blob: eed8e5b78c6cda75ce60af87d0e49f94b7c35539 (
plain)
1
2
3
4
5
6
7
|
@rem Invoke the script which preps then runs the installer.
@rem This batch file is customized per grid.
set LOGINPAGEURL=http://secondlife.com/app/login/beta/
set ARGS=/DSOMA
"secondlife setup build.bat" %LOGINPAGEURL% %ARGS%
|