mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-15 02:19:39 +01:00
Add write-qr-code.ps1
This commit is contained in:
parent
e859cc2b8a
commit
206a6e7596
26
Scripts/write-qr-code.ps1
Normal file
26
Scripts/write-qr-code.ps1
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Writes a QR code
|
||||||
|
.DESCRIPTION
|
||||||
|
This PowerShell script writes a QR code to the console output.
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./write-qr-code
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz | License: CC0
|
||||||
|
#>
|
||||||
|
|
||||||
|
" ▄▄▄▄▄▄▄ ▄ ▄▄▄ ▄▄▄▄▄▄▄ "
|
||||||
|
" █ ▄▄▄ █ ▄▄▀█ █ ▄▄▄ █ "
|
||||||
|
" █ ███ █ █▀ ▄▀ █ ███ █ "
|
||||||
|
" █▄▄▄▄▄█ ▄▀█▀█ █▄▄▄▄▄█ "
|
||||||
|
" ▄▄▄▄ ▄ ▄▄▄██▄ ▄▄▄ ▄ "
|
||||||
|
" ▀ █ ▀▄▄▀█▀▀█▀█▀█▀▀▀▄█ "
|
||||||
|
" ▄▄██▀▀▄▄█ ▄▀▄▄▄▀ ▀ ▀▄ "
|
||||||
|
" ▄▄▄▄▄▄▄ ▀▀██▄▄██▄ ▀ ▀ "
|
||||||
|
" █ ▄▄▄ █ ▀▄ ▄▀ ▀ ██▀▀ "
|
||||||
|
" █ ███ █ █▄ ▄ ▀▄ ▀█▀ "
|
||||||
|
" █▄▄▄▄▄█ █▀▄█ ███▀ ▄ ▀ "
|
||||||
|
|
||||||
|
exit 0 # success
|
Loading…
Reference in New Issue
Block a user