From 39c0cdfabc1175e7396c669eedbb8396f159ee88 Mon Sep 17 00:00:00 2001 From: Giovanni Torres Date: Sun, 16 Mar 2025 18:49:54 -0400 Subject: [PATCH] refactor: move bash implementation to scripts/bash subdirectory --- .kivrc => scripts/bash/.kivrc | 0 README.md => scripts/bash/README.md | 0 kvm-install-vm => scripts/bash/kvm-install-vm | 0 test.sh => scripts/bash/test.sh | 0 {tests => scripts/bash/tests}/check_destroy.bats | 0 {tests => scripts/bash/tests}/check_distributions.bats | 0 {tests => scripts/bash/tests}/check_prerequisites.bats | 0 {tests => scripts/bash/tests}/check_script.bats | 0 {tests => scripts/bash/tests}/vmdir.bash | 0 {tests => scripts/bash/tests}/vmname.bash | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename .kivrc => scripts/bash/.kivrc (100%) rename README.md => scripts/bash/README.md (100%) rename kvm-install-vm => scripts/bash/kvm-install-vm (100%) rename test.sh => scripts/bash/test.sh (100%) rename {tests => scripts/bash/tests}/check_destroy.bats (100%) rename {tests => scripts/bash/tests}/check_distributions.bats (100%) rename {tests => scripts/bash/tests}/check_prerequisites.bats (100%) rename {tests => scripts/bash/tests}/check_script.bats (100%) rename {tests => scripts/bash/tests}/vmdir.bash (100%) rename {tests => scripts/bash/tests}/vmname.bash (100%) diff --git a/.kivrc b/scripts/bash/.kivrc similarity index 100% rename from .kivrc rename to scripts/bash/.kivrc diff --git a/README.md b/scripts/bash/README.md similarity index 100% rename from README.md rename to scripts/bash/README.md diff --git a/kvm-install-vm b/scripts/bash/kvm-install-vm similarity index 100% rename from kvm-install-vm rename to scripts/bash/kvm-install-vm diff --git a/test.sh b/scripts/bash/test.sh similarity index 100% rename from test.sh rename to scripts/bash/test.sh diff --git a/tests/check_destroy.bats b/scripts/bash/tests/check_destroy.bats similarity index 100% rename from tests/check_destroy.bats rename to scripts/bash/tests/check_destroy.bats diff --git a/tests/check_distributions.bats b/scripts/bash/tests/check_distributions.bats similarity index 100% rename from tests/check_distributions.bats rename to scripts/bash/tests/check_distributions.bats diff --git a/tests/check_prerequisites.bats b/scripts/bash/tests/check_prerequisites.bats similarity index 100% rename from tests/check_prerequisites.bats rename to scripts/bash/tests/check_prerequisites.bats diff --git a/tests/check_script.bats b/scripts/bash/tests/check_script.bats similarity index 100% rename from tests/check_script.bats rename to scripts/bash/tests/check_script.bats diff --git a/tests/vmdir.bash b/scripts/bash/tests/vmdir.bash similarity index 100% rename from tests/vmdir.bash rename to scripts/bash/tests/vmdir.bash diff --git a/tests/vmname.bash b/scripts/bash/tests/vmname.bash similarity index 100% rename from tests/vmname.bash rename to scripts/bash/tests/vmname.bash