8 lines
85 B
Bash
8 lines
85 B
Bash
#!/bin/bash
|
|
|
|
if ! pgrep virt-manager
|
|
then
|
|
virt-manager&
|
|
fi
|
|
|
|
swaymsg workspace vm
|