Update play-beep-sound.ps1

This commit is contained in:
Markus Fleschutz 2022-05-26 11:15:06 +02:00 committed by GitHub
parent f74b989b95
commit fb835bcd7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,10 @@
This PowerShell script plays a short beep sound. This PowerShell script plays a short beep sound.
.EXAMPLE .EXAMPLE
PS> ./play-beep-sound PS> ./play-beep-sound
.NOTES
Author: Markus Fleschutz / License: CC0
.LINK .LINK
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz | License: CC0
#> #>
[System.Console]::Beep(500,300) [System.Console]::Beep(500,300)