1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-03 06:00:14 +02:00

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

@ -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)