From df5c7a43aab4222a9d0f33ee6a9fa4c049e1a8ae Mon Sep 17 00:00:00 2001 From: Fabian Bader Date: Sun, 27 Oct 2024 18:01:25 +0100 Subject: [PATCH] Update ASCII art --- powershell/public/Invoke-Maester.ps1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/powershell/public/Invoke-Maester.ps1 b/powershell/public/Invoke-Maester.ps1 index 79502b91..ce263ca0 100644 --- a/powershell/public/Invoke-Maester.ps1 +++ b/powershell/public/Invoke-Maester.ps1 @@ -221,12 +221,12 @@ function Invoke-Maester { # ASCII Art using style "ANSI Shadow" $motd = @" -███╗ ███╗ █████╗ ███████╗███████╗████████╗███████╗██████╗ ██╗ ██╗ ██████╗ ██╗ ██╗ -████╗ ████║██╔══██╗██╔════╝██╔════╝╚══██╔══╝██╔════╝██╔══██╗ ██║ ██║██╔═████╗██║ ██║ -██╔████╔██║███████║█████╗ ███████╗ ██║ █████╗ ██████╔╝ ██║ ██║██║██╔██║███████║ -██║╚██╔╝██║██╔══██║██╔══╝ ╚════██║ ██║ ██╔══╝ ██╔══██╗ ╚██╗ ██╔╝████╔╝██║╚════██║ -██║ ╚═╝ ██║██║ ██║███████╗███████║ ██║ ███████╗██║ ██║ ╚████╔╝ ╚██████╔╝██╗ ██║ -╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝ +███╗ ███╗ █████╗ ███████╗███████╗████████╗███████╗██████╗ ██╗ ██╗ ██╗ ██████╗ +████╗ ████║██╔══██╗██╔════╝██╔════╝╚══██╔══╝██╔════╝██╔══██╗ ██║ ██║███║ ██╔═████╗ +██╔████╔██║███████║█████╗ ███████╗ ██║ █████╗ ██████╔╝ ██║ ██║╚██║ ██║██╔██║ +██║╚██╔╝██║██╔══██║██╔══╝ ╚════██║ ██║ ██╔══╝ ██╔══██╗ ╚██╗ ██╔╝ ██║ ████╔╝██║ +██║ ╚═╝ ██║██║ ██║███████╗███████║ ██║ ███████╗██║ ██║ ╚████╔╝ ██║██╗╚██████╔╝ +╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═════╝ "@ Write-Host -ForegroundColor Green $motd