about summary refs log blame commit diff stats
path: root/sys/nixpkgs/pkgs/scripts/source/wrappers/virsh-del.sh
blob: c3de54846ec9ecba41f199572e5d4c291e09357b (plain) (tree)
1
2
3
4
5
6
7
8
9
                    
 
                             
                                                   
 


                                          
            
#! /usr/bin/env dash

# shellcheck source=/dev/null
SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH

virsh destroy "$1"
virsh undefine "$1" --nvram
virsh vol-delete --pool default "$1".qcow2

# vim: ft=sh