mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-05 06:48:25 +02:00
Improved write-qr-code.ps1
This commit is contained in:
parent
5d43285930
commit
f70946156f
@ -4,13 +4,15 @@
|
|||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This PowerShell script writes "Hello World" as QR code to the console output.
|
This PowerShell script writes "Hello World" as QR code to the console output.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./write-qr-code
|
PS> ./write-qr-code.ps1
|
||||||
.LINK
|
.LINK
|
||||||
https://github.com/fleschutz/PowerShell
|
https://github.com/fleschutz/PowerShell
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz | License: CC0
|
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
|
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
|
Write-Host " " -foregroundColor black -backgroundColor white
|
||||||
|
Write-Host " " -foregroundColor black -backgroundColor white
|
||||||
|
Write-Host " " -foregroundColor black -backgroundColor white
|
||||||
|
|
||||||
exit 0 # success
|
exit 0 # success
|
||||||
|
Loading…
Reference in New Issue
Block a user