mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-10 02:28:57 +02:00
Update list-credits.ps1 and write-animated.ps1
This commit is contained in:
parent
1008477d9d
commit
a3302954ee
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user