Remove ~ files

This commit is contained in:
2025-11-26 09:50:25 +07:00
parent f216d3ccca
commit 124954b34d
3 changed files with 0 additions and 20 deletions

View File

View File

@@ -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

View File

@@ -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