#!/bin/bash function vboxmanage(){ '/Applications/VirtualBox.app/Contents/MacOS/VBoxManage' "$@" } vboxmanage startvm "debian-8.6-jessie"