mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 05:17:44 +02:00
Update the scripts
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user