Skip to content

Instantly share code, notes, and snippets.

@obfusk
Last active January 19, 2021 13:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obfusk/0a6f23d0ef945fef8d54bfed7dc52da0 to your computer and use it in GitHub Desktop.
Save obfusk/0a6f23d0ef945fef8d54bfed7dc52da0 to your computer and use it in GitHub Desktop.
virsh
#!/bin/bash
/bin/virsh -c qemu:///system "$@"
#!/bin/bash
virsh net-start default
virsh net-list --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment