mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-08 20:54:38 +02:00
Added go-home.ps1, go-downloads.ps1, and go-music.ps1
This commit is contained in:
@ -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])"
|
||||
|
Reference in New Issue
Block a user