Skip to content

Instantly share code, notes, and snippets.

@JeremyOttley
Created May 24, 2020 02:49
Show Gist options
  • Save JeremyOttley/0f37feda55348ecc778300a68020ee47 to your computer and use it in GitHub Desktop.
Save JeremyOttley/0f37feda55348ecc778300a68020ee47 to your computer and use it in GitHub Desktop.
log in to vm (virtualbox)
VBoxManage startvm "Windows10"
sleep 1
while pgrep VirtualBox > /dev/null; do sleep 1; done
kill -9 -1
# echo "nohup $HOME/runvm &" >> .profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment