mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-15 23:28:07 +02:00
Improve the comment-based section
This commit is contained in:
@ -1,8 +1,14 @@
|
||||
<#
|
||||
.SYNTAX play-mission-impossible.ps1
|
||||
.DESCRIPTION plays the Mission Impossible theme
|
||||
.LINK https://github.com/fleschutz/PowerShell
|
||||
.NOTES Author: Markus Fleschutz / License: CC0
|
||||
.SYNOPSIS
|
||||
play-mission-impossible.ps1
|
||||
.DESCRIPTION
|
||||
Plays the Mission Impossible theme
|
||||
.EXAMPLE
|
||||
PS> .\play-mission-impossible.ps1
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
[console]::beep(784,150)
|
||||
|
Reference in New Issue
Block a user