From d94b83f9c01b83fb477ae2aa4f71070d8b3acdbd Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 17 Jan 2021 14:14:39 +0100 Subject: [PATCH] updated by /home/nico/bin/sync-all-repos --- sync-all-repos | 1 + 1 file changed, 1 insertion(+) diff --git a/sync-all-repos b/sync-all-repos index c96e983..56fa1f2 100755 --- a/sync-all-repos +++ b/sync-all-repos @@ -30,6 +30,7 @@ done # can ensure everything committed before is pushed out for repo in ~/vcs/*; do + echo "$repo" cd ${repo} git pull git push