mirror of https://github.com/Chizi123/Scripts.git

Joel Grunbaum
2021-08-24 d6e801a44971f9e6ee6d1282b3ae0912e0033ba3
git-mirror-update.sh
old mode 100755 new mode 100644
@@ -1,7 +1,6 @@
#!/bin/bash
#GIT_DIRECTORY=/Eduardo/git
GIT_DIRECTORY=/home/joel/Downloads/temp
GIT_DIRECTORY=/Eduardo/git
for d in $GIT_DIRECTORY/*; do
    if ! grep -q "mirror = true" $d/config; then