Try ten times to do each step, then move on.

This commit is contained in:
idk
2022-02-01 03:16:50 -05:00
parent 193095fbfc
commit 95ba724671

View File

@ -41,6 +41,6 @@ for URL in $URLLIST; do
git push github --tags && break
done
echo "Returning home"
cd "$HERE" || exit 1
cd "$HERE"
fi
done