Created
September 17, 2014 17:53
-
-
Save hartsock/a3d064a4e1fe023c4d57 to your computer and use it in GitHub Desktop.
Run a VMware Fusion Guest without graphics.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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