can specifiy target git dir
[infrastructure.git] / scripts / git-check.sh
index e98ec6a..8b80765 100755 (executable)
@@ -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