mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-20 00:48:17 +02:00
Update play-mission-impossible.ps1
This commit is contained in:
parent
a924f76a99
commit
48b4a21b1e
@ -5,11 +5,10 @@
|
|||||||
This PowerShell script plays the Mission Impossible theme.
|
This PowerShell script plays the Mission Impossible theme.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./play-mission-impossible
|
PS> ./play-mission-impossible
|
||||||
(listen and enjoy)
|
|
||||||
.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(784,150)
|
[System.Console]::Beep(784,150)
|
||||||
|
Loading…
Reference in New Issue
Block a user