Created
March 19, 2014 23:46
-
-
Save rdeavila/9654142 to your computer and use it in GitHub Desktop.
Downloads de VMs com Internet Explorer.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# IE 7, Windows Vista | |
curl -O -L "http://www.modern.ie/vmdownload?platform=mac&virtPlatform=parallels&browserOS=IE7-Vista&filename=Parallels/IE7_Vista/IE7.Vista.For.MacParallels.part0{1.sfx,2.rar,3.rar}" | |
# IE 8, Windows XP | |
curl -O -L "http://www.modern.ie/vmdownload?platform=mac&virtPlatform=parallels&browserOS=IE8-WinXP&filename=Parallels/IE8_WinXP/IE8.WinXP.For.MacParallels.part{1.sfx,2.rar}" | |
# IE 9, Windows 7 | |
curl -O -L "http://www.modern.ie/vmdownload?platform=mac&virtPlatform=parallels&browserOS=IE9-Win7&filename=Parallels/IE9_Win7/IE9.Win7.For.MacParallels.part0{1.sfx,2.rar,3.rar,4.rar}" | |
# IE 10, windows 7 | |
curl -O -L "http://www.modern.ie/vmdownload?platform=mac&virtPlatform=parallels&browserOS=IE10-Win7&filename=Parallels/IE10_Win7/IE10.Win7.For.MacParallels.part0{1.sfx,2.rar,3.rar}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment