From cdff4df8cd09702cc7aeb62319698c5432516285 Mon Sep 17 00:00:00 2001 From: thierry Date: Fri, 21 May 2010 16:51:12 +0000 Subject: [PATCH] can specifiy target git dir --- scripts/git-check.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/git-check.sh b/scripts/git-check.sh index e98ec6a..8b80765 100755 --- a/scripts/git-check.sh +++ b/scripts/git-check.sh @@ -56,5 +56,7 @@ EOF } missing_gitweb -fill_descriptions $(ls -d *.git) -upload_archives $(ls -d *.git) +args="$@" +[[ -z "$args" ]] && args=$(ls -d *.git) +fill_descriptions $args +upload_archives $args -- 2.43.0