From 4091679bbc1ed03620e31006399e78608c66586b Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 20 Nov 2010 10:03:35 +0100 Subject: [PATCH 1/1] bin/git-update-all.sh: Runs git-update.sh recursively. --- bin/git-update-all.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 bin/git-update-all.sh diff --git a/bin/git-update-all.sh b/bin/git-update-all.sh new file mode 100755 index 0000000..b2ae8f8 --- /dev/null +++ b/bin/git-update-all.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +# Run git-update.sh for all git repositories in this directory. + + +find . -name .git -type d -exec git-update.sh {} \; | less -- 2.44.2