Skip to content

Instantly share code, notes, and snippets.

@wenjianhn
Created August 19, 2014 01:23
Show Gist options
  • Save wenjianhn/0358a84d44507e9eaa19 to your computer and use it in GitHub Desktop.
Save wenjianhn/0358a84d44507e9eaa19 to your computer and use it in GitHub Desktop.
suspend host if guest shutdown
while true; do virsh list | grep win7; if [[ $? -ne 0 ]]; then pm-suspend; fi; sleep 10; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment