Update the scripts

This commit is contained in:
Markus Fleschutz
2021-03-16 08:45:53 +01:00
parent 153bdabaec
commit 8d6f38ff40
6 changed files with 20 additions and 14 deletions

View File

@ -16,8 +16,11 @@ try {
}
try {
write-progress "Fetching Git repositories under $ParentDir ..."
write-progress "Fetching updates for Git repositories under $ParentDir ..."
if (-not(test-path "$ParentDir" -pathType container)) { throw "Can't access directory: $ParentDir" }
set-location $ParentDir
get-childItem $ParentDir -attributes Directory | foreach-object {
set-location $_.FullName