aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.local/bin
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-01 23:59:15 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-01 23:59:15 +0300
commitb9e4073d303d86222d11faa0db0fa93e9ee83133 (patch)
treef9e183c68d524dc0905b26d9da7548bd54b436dc /%HOME%/.local/bin
parentadd .local/bin/virsh-cleanup.sh (diff)
downloadlinux-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.sh2
-rwxr-xr-x%HOME%/.local/bin/virsh-cleanup.sh2
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