mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-22 16:03:22 +01:00
Update play-beep-sound.ps1
This commit is contained in:
parent
f74b989b95
commit
fb835bcd7f
@ -5,10 +5,10 @@
|
||||
This PowerShell script plays a short beep sound.
|
||||
.EXAMPLE
|
||||
PS> ./play-beep-sound
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz | License: CC0
|
||||
#>
|
||||
|
||||
[System.Console]::Beep(500,300)
|
||||
|
Loading…
Reference in New Issue
Block a user