Skip to content

Instantly share code, notes, and snippets.

@juniovitorino
Last active December 18, 2015 03:59
Show Gist options
  • Save juniovitorino/5722125 to your computer and use it in GitHub Desktop.
Save juniovitorino/5722125 to your computer and use it in GitHub Desktop.
ZSH Function to download and install Windows and Internet Explorer VirtualBox VM from xdissent ievms project.
function ievm {
curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS="$1" bash
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment