mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-12 14:07:20 +02:00
Improved the scripts
This commit is contained in:
@ -15,6 +15,7 @@ function ListScripts { param([string]$Path)
|
||||
'Description' = "$($Row.Description)"
|
||||
}
|
||||
}
|
||||
write-progress -completed "Reading $Path..."
|
||||
write-output ""
|
||||
write-output "($($Table.Count) PowerShell scripts total)"
|
||||
}
|
||||
|
Reference in New Issue
Block a user