diff options
Diffstat (limited to 'dotfiles/system/.local/bin/virtstart')
| -rwxr-xr-x | dotfiles/system/.local/bin/virtstart | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dotfiles/system/.local/bin/virtstart b/dotfiles/system/.local/bin/virtstart deleted file mode 100755 index f9a326f..0000000 --- a/dotfiles/system/.local/bin/virtstart +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -# launch a virtual machine in fullscreen. -# the argument is the machine name - -export LIBVIRT_DEFAULT_URI="qemu:///system" - -/usr/bin/virsh start $1 -/usr/bin/virt-viewer -f -w -a $1 |
