This file contains 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 | |
<<ABOUT_THIS_SCRIPT | |
------------------------------------------------------------------------------- | |
Written by:William Smith | |
Professional Services Engineer | |
Jamf | |
[email protected] | |
https://gist.github.com/2cf20236e665fcd7ec41311d50c89c0e |
This file contains 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 | |
# | |
# To use this script, quit VMware Fusion first!!! | |
# | |
# You'll be dragging this script into Terminal, then dragging the *.vmx file into Terminal. | |
# This requires sudo rights, but you already knew that, right? :) | |
# | |
# /path/to/ThisScript.sh /path/to/MyVm.vmwarevm/MyVm.vmx | |
# | |
# 20180208 DM |