Skip to content

Instantly share code, notes, and snippets.

@juniovitorino
Last active December 18, 2015 03:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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