Skip to content

Instantly share code, notes, and snippets.

View patovala's full-sized avatar

Patricio Valarezo patovala

View GitHub Profile
@patovala
patovala / create_vm.sh
Created September 12, 2016 23:55 — forked from mitsuji/create_vm.sh
VirtualBox create vm shell script
#!/bin/sh
# ./create_vm.sh vm1 Debian_64 1024 20000 3393 Downloads/debian-7.1.0-amd64-netinst.iso
# VBoxManage startvm vm1 -type headless
# VBoxManage unregistervm vm1 --delete
VM_NAME=$1
OS_TYPE=$2
MEMORY_SIZE=$3