diff options
-rwxr-xr-x | %HOME%/.local/bin/vagrant-update-all-boxes.sh | 2 | ||||
-rwxr-xr-x | %HOME%/.local/bin/virsh-cleanup.sh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/%HOME%/.local/bin/vagrant-update-all-boxes.sh b/%HOME%/.local/bin/vagrant-update-all-boxes.sh index 06b2360..6d7e5a8 100755 --- a/%HOME%/.local/bin/vagrant-update-all-boxes.sh +++ b/%HOME%/.local/bin/vagrant-update-all-boxes.sh @@ -5,6 +5,8 @@ # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. +# This script updates all Vagrant boxes. + set -o errexit -o nounset -o pipefail shopt -s inherit_errexit diff --git a/%HOME%/.local/bin/virsh-cleanup.sh b/%HOME%/.local/bin/virsh-cleanup.sh index 1cf4c82..d85560f 100755 --- a/%HOME%/.local/bin/virsh-cleanup.sh +++ b/%HOME%/.local/bin/virsh-cleanup.sh @@ -5,6 +5,8 @@ # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. +# This script destroys all libvirt resources. + set -o errexit -o nounset -o pipefail shopt -s inherit_errexit |