From b9e4073d303d86222d11faa0db0fa93e9ee83133 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Fri, 1 Apr 2022 23:59:15 +0300
Subject: .local/bin: add comments to scripts

---
 %HOME%/.local/bin/vagrant-update-all-boxes.sh | 2 ++
 %HOME%/.local/bin/virsh-cleanup.sh            | 2 ++
 2 files changed, 4 insertions(+)

(limited to '%HOME%/.local/bin')

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
 
-- 
cgit v1.2.3