From b71da7cd353ef2305d06dac667df12c29561db98 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Sat, 1 Nov 2025 23:56:20 +0100 Subject: [PATCH] auto up 23:56:04 up 0:04, 2 users, load average: 0.98, 0.66, 0.30 --- shell/up.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shell/up.sh b/shell/up.sh index 0f0cacd..9259c5a 100755 --- a/shell/up.sh +++ b/shell/up.sh @@ -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 .