Skip to content

Commit

Permalink
Merge pull request #345 from maester365/fb_UpdateASCIIArtToV02
Browse files Browse the repository at this point in the history
Update ASCII Art for version 0.2
  • Loading branch information
merill authored Jul 14, 2024
2 parents 43fc280 + 9717f60 commit 5f5352e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions powershell/public/Invoke-Maester.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -216,15 +216,15 @@ Function Invoke-Maester {
return $PesterConfiguration
}

# ASCII Art using style "ANSI Shadow"
$motd = @"
.___ ___. ___ _______ _______.___________. _______ .______ ____ ____ ___ __
| \/ | / \ | ____| / | || ____|| _ \ \ \ / / / _ \ /_ |
| \ / | / ^ \ | |__ | (--------| |----``| |__ | |_) | \ \/ / | | | | | |
| |\/| | / /_\ \ | __| \ \ | | | __| | / \ / | | | | | |
| | | | / _____ \ | |____.----) | | | | |____ | |\ \----. \ / | |_| | __| |
|__| |__| /__/ \__\ |_______|_______/ |__| |_______|| _| ``._____| \__/ \___/ (__)_|
███╗ ███╗ █████╗ ███████╗███████╗████████╗███████╗██████╗ ██╗ ██╗ ██████╗ ██████╗
████╗ ████║██╔══██╗██╔════╝██╔════╝╚══██╔══╝██╔════╝██╔══██╗ ██║ ██║██╔═████╗ ╚════██╗
██╔████╔██║███████║█████╗ ███████╗ ██║ █████╗ ██████╔╝ ██║ ██║██║██╔██║ █████╔╝
██║╚██╔╝██║██╔══██║██╔══╝ ╚════██║ ██║ ██╔══╝ ██╔══██╗ ╚██╗ ██╔╝████╔╝██║ ██╔═══╝
██║ ╚═╝ ██║██║ ██║███████╗███████║ ██║ ███████╗██║ ██║ ╚████╔╝ ╚██████╔╝██╗███████╗
╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚═════╝ ╚═╝╚══════╝
"@
Write-Host -ForegroundColor Green $motd
Expand Down

0 comments on commit 5f5352e

Please sign in to comment.