Remove ~ files
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
#!/usr/bin/bash
|
|
||||||
|
|
||||||
prefix="hosting_"
|
|
||||||
postfix="_vm"
|
|
||||||
|
|
||||||
for var in $(cat memlist)
|
|
||||||
do
|
|
||||||
name=$prefix$var$postfix
|
|
||||||
virt-clone --original generic_hosting --name $name --auto-clone
|
|
||||||
done
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
#!/usr/bin/bash
|
|
||||||
|
|
||||||
prefix="hosting_"
|
|
||||||
postfix="_vm"
|
|
||||||
|
|
||||||
for var in $(cat memlist)
|
|
||||||
do
|
|
||||||
name=$prefix$var$postfix
|
|
||||||
virsh undefine $name
|
|
||||||
done
|
|
||||||
Reference in New Issue
Block a user