mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-15 23:28:07 +02:00
Replace tabs by spaces in meta header
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
#!/bin/powershell
|
||||
<#
|
||||
.SYNTAX ./play-mission-impossible.ps1
|
||||
.DESCRIPTION plays the Mission Impossible theme
|
||||
.LINK https://github.com/fleschutz/PowerShell
|
||||
.NOTES Author: Markus Fleschutz / License: CC0
|
||||
.SYNTAX ./play-mission-impossible.ps1
|
||||
.DESCRIPTION plays the Mission Impossible theme
|
||||
.LINK https://github.com/fleschutz/PowerShell
|
||||
.NOTES Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
[console]::beep(784,150)
|
||||
|
Reference in New Issue
Block a user