Added go-home.ps1, go-downloads.ps1, and go-music.ps1

This commit is contained in:
Markus Fleschutz
2021-02-26 14:41:07 +01:00
parent 57bde59bce
commit 33f5b5b408
8 changed files with 54 additions and 3 deletions

View File

@ -66,7 +66,7 @@ try {
$Vars = ListAutomaticVariables
$Vars | format-table -property Variable,Content
write-host -foregroundColor green "OK - $($Vars.Count) automatic variables total"
write-host -foregroundColor green "OK - $($Vars.Count) PowerShell automatic variables total"
exit 0
} catch {
write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"