From 394d149a39282e5de90161cef0a5da2ffadb34e2 Mon Sep 17 00:00:00 2001 From: Gustavo Cordova Date: Tue, 10 Oct 2023 09:18:26 -0700 Subject: [PATCH] Add concept of a commented out repo --- bundle/bundles.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle/bundles.sh b/bundle/bundles.sh index cb99bca..cc5d891 100755 --- a/bundle/bundles.sh +++ b/bundle/bundles.sh @@ -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