Add concept of a commented out repo

This commit is contained in:
2023-10-10 09:18:26 -07:00
parent b65be9f25c
commit 394d149a39

View File

@@ -35,6 +35,7 @@ clone_bundles() {
# Clone the bundles in 'bundles.txt'
local dn repo
while read -r dn repo ; do
[[ "$dn" != \#* ]] || continue
if [[ -d "$dn" ]]; then
echo "*** Dir [red][$dn][reset] already exists!" | colors
else