Add concept of a commented out repo
This commit is contained in:
@@ -35,6 +35,7 @@ clone_bundles() {
|
|||||||
# Clone the bundles in 'bundles.txt'
|
# Clone the bundles in 'bundles.txt'
|
||||||
local dn repo
|
local dn repo
|
||||||
while read -r dn repo ; do
|
while read -r dn repo ; do
|
||||||
|
[[ "$dn" != \#* ]] || continue
|
||||||
if [[ -d "$dn" ]]; then
|
if [[ -d "$dn" ]]; then
|
||||||
echo "*** Dir [red][$dn][reset] already exists!" | colors
|
echo "*** Dir [red][$dn][reset] already exists!" | colors
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user