Renamed to write-credits.ps1

This commit is contained in:
Markus Fleschutz 2024-10-28 13:59:16 +01:00
parent 0f4ff81b09
commit c7cf0d2c44

View File

@ -1,10 +1,10 @@
<# <#
.SYNOPSIS .SYNOPSIS
Shows the credits for the PowerShell Scripts Writes the credits
.DESCRIPTION .DESCRIPTION
This PowerShell script shows the credits for the PowerShell Scripts. This PowerShell script writes the credits for the PowerShell script collection.
.EXAMPLE .EXAMPLE
PS> ./list-credits.ps1 PS> ./write-credits.ps1
.LINK .LINK
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
.NOTES .NOTES
@ -21,10 +21,10 @@ try {
"" ""
& "$PSScriptRoot/write-animated.ps1" "Typos: Markus Fleschutz" & "$PSScriptRoot/write-animated.ps1" "Typos: Markus Fleschutz"
& "$PSScriptRoot/write-animated.ps1" "Keyboard: Rapoo 12335 E9270P WL Ultra-Slim Touch" & "$PSScriptRoot/write-animated.ps1" "Keyboard: Rapoo 12335 E9270P WL Ultra-Slim Touch"
& "$PSScriptRoot/write-animated.ps1" "Operating Systems: Windows 11 23H3 & Ubuntu Server 24.04 LTS" & "$PSScriptRoot/write-animated.ps1" "Operating Systems: Windows 11 24H2 & Ubuntu Server 24.04 LTS"
& "$PSScriptRoot/write-animated.ps1" "Console: Windows Terminal 1.20.11271.0" & "$PSScriptRoot/write-animated.ps1" "Console: Windows Terminal 1.20.11271.0"
& "$PSScriptRoot/write-animated.ps1" "Shell: PowerShell 5.1.22621.2506 & PowerShell 7.4.2" & "$PSScriptRoot/write-animated.ps1" "Shell: PowerShell 5.1.22621.2506 & PowerShell 7.4.3"
& "$PSScriptRoot/write-animated.ps1" "Scripts: PowerShell Scripts 1.1" & "$PSScriptRoot/write-animated.ps1" "Scripts: PowerShell Scripts 1.2"
& "$PSScriptRoot/write-animated.ps1" "GitHub: github.com/fleschutz/PowerShell" & "$PSScriptRoot/write-animated.ps1" "GitHub: github.com/fleschutz/PowerShell"
& "$PSScriptRoot/write-animated.ps1" "Git: version 2.45.0" & "$PSScriptRoot/write-animated.ps1" "Git: version 2.45.0"
& "$PSScriptRoot/write-animated.ps1" "SSH: OpenSSH version 7.7p1" & "$PSScriptRoot/write-animated.ps1" "SSH: OpenSSH version 7.7p1"
@ -34,7 +34,7 @@ try {
& "$PSScriptRoot/write-animated.ps1" "Executive Producer: Markus Fleschutz" & "$PSScriptRoot/write-animated.ps1" "Executive Producer: Markus Fleschutz"
& "$PSScriptRoot/write-animated.ps1" "Special Thanks: Andrea Fleschutz" & "$PSScriptRoot/write-animated.ps1" "Special Thanks: Andrea Fleschutz"
& "$PSScriptRoot/write-animated.ps1" "Copyright: (c) 2024. All Rights Reserved" & "$PSScriptRoot/write-animated.ps1" "Copyright: (c) 2024. All Rights Reserved"
& "$PSScriptRoot/write-animated.ps1" "No Animals Were Harmed in the Making of This Film" & "$PSScriptRoot/write-animated.ps1" "* No Animals Were Harmed in the Making of This Film *"
& "$PSScriptRoot/write-big.ps1" " Thanx 4 watching" & "$PSScriptRoot/write-big.ps1" " Thanx 4 watching"
exit 0 # success exit 0 # success
} catch { } catch {