From d3afc0335f47ecbd0b6f5be520388095a3087c4c Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 28 Oct 2024 13:39:57 +0100 Subject: [PATCH] Updated write-help.ps1 --- scripts/write-help.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/write-help.ps1 b/scripts/write-help.ps1 index 5c5d8938..bb546635 100755 --- a/scripts/write-help.ps1 +++ b/scripts/write-help.ps1 @@ -20,7 +20,7 @@ function Blue([string]$line) { try { White "█████████████████████████████████████`n" - White "█████████████████████████████████████ You are using POWERSHELL $($PSVersionTable.PSVersion) $($PSVersionTable.PSEdition) edition.`n" + White "█████████████████████████████████████ 👋 Welcome to POWERSHELL $($PSVersionTable.PSVersion) $($PSVersionTable.PSEdition) edition`n" White "████ ▄▄▄▄▄ █▀ █▀▀█▀▀ ▄▄██ ▄▄▄▄▄ ████`n" White "████ █ █ █▀ ▄ █▀ ▀ ▀▄█ █ █ █ ████ Documentation: "; Blue "https://docs.microsoft.com/en-us/powershell`n" White "████ █▄▄▄█ █▀█ █▄▀▄▀ ▀ ▄▄█ █▄▄▄█ ████`n"