Updated the scripts

This commit is contained in:
Markus Fleschutz
2021-01-02 10:08:59 +00:00
parent 40aad7fe73
commit 92b6c81620
29 changed files with 38 additions and 32 deletions

View File

@ -6,7 +6,7 @@
.NOTES Author: Markus Fleschutz / License: CC0
#>
param([string]$Text, [int]$OneTimeUnit = 100) # in milliseconds
param([string]$Text = "", [int]$OneTimeUnit = 100) # in milliseconds
function gap() { param([int]$Length)
for ([int]$i = 1; $i -lt $Length; $i++) {