This website requires JavaScript.
Explore
Help
Register
Sign In
o0beaner
/
shellscripts
Watch
1
Star
0
Fork
You've already forked shellscripts
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
af3eb0e01f
shellscripts
/
tools
/
kvm
/
start_vm.sh
8 lines
100 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
vm
=
Windows10
echo
"
Starting
$vm
"
sudo virsh start
$vm
echo
"
$vm
started successfully
"
Reference in New Issue
View Git Blame
Copy Permalink