1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-03-28 23:56:52 +01:00

Improved write-qr-code.ps1

This commit is contained in:
Markus Fleschutz 2024-05-23 16:49:44 +02:00
parent 5d43285930
commit f70946156f

View File

@ -4,13 +4,15 @@
.DESCRIPTION
This PowerShell script writes "Hello World" as QR code to the console output.
.EXAMPLE
PS> ./write-qr-code
PS> ./write-qr-code.ps1
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz | License: CC0
#>
Write-Host " " -foregroundColor black -backgroundColor white
Write-Host " " -foregroundColor black -backgroundColor white
Write-Host " " -foregroundColor black -backgroundColor white
Write-Host " ▄▄▄▄▄▄▄ ▄ ▄▄▄ ▄▄▄▄▄▄▄ " -foregroundColor black -backgroundColor white
Write-Host " █ ▄▄▄ █ ▄▄▀█ █ ▄▄▄ █ " -foregroundColor black -backgroundColor white
@ -24,5 +26,7 @@ Write-Host " █ ▄▄▄ █ ▀▄ ▄▀ ▀ ██▀▀ " -foregroundCo
Write-Host " █ ███ █ █▄ ▄ ▀▄ ▀█▀ " -foregroundColor black -backgroundColor white
Write-Host " █▄▄▄▄▄█ █▀▄█ ███▀ ▄ ▀ " -foregroundColor black -backgroundColor white
Write-Host " " -foregroundColor black -backgroundColor white
Write-Host " " -foregroundColor black -backgroundColor white
Write-Host " " -foregroundColor black -backgroundColor white
exit 0 # success