## write-typewriter.ps1 - Writes text with the typewriter effect This script writes text with the typewriter effect. ## Parameters ```powershell C:\Users\Markus\Repos\PowerShell\Scripts\write-typewriter.ps1 [[-text] ] [[-speed] ] [] Thanks for watching :-) Pipelineeingaben akzeptieren?false Platzhalterzeichen akzeptieren?false Erforderlich? false Position? 2 Standardwert 250 Pipelineeingaben akzeptieren?false Platzhalterzeichen akzeptieren?false [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` ## Example ```powershell PS> ./write-typewriter "Hello World" ``` ## Notes Author: Markus Fleschutz · License: CC0 ## Related Links https://github.com/fleschutz/PowerShell *Generated by convert-ps2md.ps1 using the comment-based help of write-typewriter.ps1*