mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Update the comment based header
This commit is contained in:
@ -9,10 +9,10 @@
|
||||
Specifies the speed of one time unit (100 ms per default)
|
||||
.EXAMPLE
|
||||
PS> ./write-morse-code "Hello World"
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz | License: CC0
|
||||
#>
|
||||
|
||||
param([string]$text = "", [int]$speed = 100) # one time unit in milliseconds
|
||||
|
Reference in New Issue
Block a user