diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-01 23:59:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-01 23:59:15 +0300 |
commit | b9e4073d303d86222d11faa0db0fa93e9ee83133 (patch) | |
tree | f9e183c68d524dc0905b26d9da7548bd54b436dc /%HOME%/.local/bin | |
parent | add .local/bin/virsh-cleanup.sh (diff) | |
download | linux-home-b9e4073d303d86222d11faa0db0fa93e9ee83133.tar.gz linux-home-b9e4073d303d86222d11faa0db0fa93e9ee83133.zip |
.local/bin: add comments to scripts
Diffstat (limited to '%HOME%/.local/bin')
-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 |