Skip to content

Instantly share code, notes, and snippets.

@hartsock
Created September 17, 2014 17:53
Show Gist options
  • Save hartsock/a3d064a4e1fe023c4d57 to your computer and use it in GitHub Desktop.
Save hartsock/a3d064a4e1fe023c4d57 to your computer and use it in GitHub Desktop.
Run a VMware Fusion Guest without graphics.
#!/bin/bash
# use: headless.sh /full/path/to/VirtualMachine.vmwarevm/VirtualMachine.vmx
/Applications/VMware\ Fusion.app/Contents/Library/vmrun -T fusion start $1 nogui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment