Created
January 22, 2020 14:36
-
-
Save neatlife/611d0b4fc2c600af628d914b01787d0c to your computer and use it in GitHub Desktop.
mx linux
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
restart_vmware() { | |
sudo /etc/init.d/vmware-tools stop | |
sudo /etc/init.d/vmware-tools start | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment