Skip to content

Instantly share code, notes, and snippets.

@neatlife
Created January 22, 2020 14:36
Show Gist options
  • Save neatlife/611d0b4fc2c600af628d914b01787d0c to your computer and use it in GitHub Desktop.
Save neatlife/611d0b4fc2c600af628d914b01787d0c to your computer and use it in GitHub Desktop.

Revisions

  1. neatlife created this gist Jan 22, 2020.
    4 changes: 4 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    restart_vmware() {
    sudo /etc/init.d/vmware-tools stop
    sudo /etc/init.d/vmware-tools start
    }