Added Files
This commit is contained in:
9
Powershell/Scripts/play-beep.ps1
Normal file
9
Powershell/Scripts/play-beep.ps1
Normal file
@@ -0,0 +1,9 @@
|
||||
<#
|
||||
.SYNTAX play-beep.ps1
|
||||
.DESCRIPTION plays a beep sound
|
||||
.LINK https://github.com/fleschutz/PowerShell
|
||||
.NOTES Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
[console]::beep(500,300)
|
||||
exit 0
|
||||
Reference in New Issue
Block a user