diff --git a/Scripts/list-credits.ps1 b/Scripts/list-credits.ps1 index a2028744..bff58520 100755 --- a/Scripts/list-credits.ps1 +++ b/Scripts/list-credits.ps1 @@ -21,7 +21,7 @@ try { & "$PSScriptRoot/write-animated.ps1" "Console: Windows Terminal 1.7.1033.0" & "$PSScriptRoot/write-animated.ps1" "Background Image: Asteroid Field by starwars.com" & "$PSScriptRoot/write-animated.ps1" "Shell: PowerShell 5.1 & PowerShell 7.1.3" - & "$PSScriptRoot/write-animated.ps1" "Scripts: PowerShell Scripts 2.0" + & "$PSScriptRoot/write-animated.ps1" "Scripts: PowerShell Scripts 0.2" & "$PSScriptRoot/write-animated.ps1" "GitHub: github.com/fleschutz/PowerShell" & "$PSScriptRoot/write-animated.ps1" "Git: version 2.30" & "$PSScriptRoot/write-animated.ps1" "SSH: OpenSSH version 7.7p1" diff --git a/Scripts/write-animated.ps1 b/Scripts/write-animated.ps1 index 231f94dc..4a5af7e4 100755 --- a/Scripts/write-animated.ps1 +++ b/Scripts/write-animated.ps1 @@ -5,7 +5,7 @@ .NOTES Author: Markus Fleschutz / License: CC0 #> -param($Line1 = "", $Line2 = "", $Line3 = "", $Line4 = "", $Line5 = "", $Line6 = "", $Line7 = "", $Line8 = "", $Line9 = "", [int]$Speed = 50) # 50 ms pause +param($Line1 = "", $Line2 = "", $Line3 = "", $Line4 = "", $Line5 = "", $Line6 = "", $Line7 = "", $Line8 = "", $Line9 = "", [int]$Speed = 40) # 40 ms pause $TerminalWidth = 120 # characters