auto up 23:56:04 up 0:04, 2 users, load average: 0.98, 0.66, 0.30

This commit is contained in:
2025-11-01 23:56:20 +01:00
parent 07b99ba913
commit b71da7cd35

View File

@@ -14,7 +14,10 @@ COMMIT_MSG="auto up $(uptime)"
for repo in "${REPOS[@]}"; do
if [ -d "$repo/.git" ]; then
echo "Processing $repo..."
echo "Processing $repo...
"
cd "$repo" || continue
git fetch
git add .