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 .