4 lines
91 B
Bash
4 lines
91 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo "START VM"
|
||
|
sudo virsh --connect qemu:///system start FedoraServer --console
|