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