Much cleaner build script

This commit is contained in:
Greg Hellings
2023-08-10 23:17:15 -05:00
parent f2c43c3cae
commit dc583c41eb
12 changed files with 171 additions and 8 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
virsh -q vol-list default | awk '{print $1}' | xargs -r -L 1 virsh vol-delete --pool default
sudo virsh -q vol-list default | awk '{print $1}' | xargs -r -L 1 virsh vol-delete --pool default
vagrant box list | awk '{print $1}' | xargs -r -L 1 vagrant box remove