From 1ab12685f04974bd247099b9c668ea4aaed87bc0 Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 18 Jan 2013 04:39:48 +0100 Subject: [PATCH] nicer gpull output --- gpullAll.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gpullAll.sh b/gpullAll.sh index 6cdcee2..2700457 100755 --- a/gpullAll.sh +++ b/gpullAll.sh @@ -1,4 +1,5 @@ #!/bin/bash -echo "updating all repos in `pwd`..." -find . -maxdepth 2 -name '.git' -execdir pwd \; -execdir git pull \; +echo "updating all repos in `pwd` in 10 sec." +#sleep 10 +find . -path '*.git' -type d -execdir echo "------------------------------------------" \; -execdir pwd \; -execdir git pull \; -- 2.43.0