Update write-shit.ps1

This commit is contained in:
Markus Fleschutz 2023-08-24 13:31:26 +02:00
parent 7960632eb0
commit da876a6e5a

View File

@ -1 +1,16 @@
"💩"
<#
.SYNOPSIS
Writes shit
.DESCRIPTION
This PowerShell script writes shit to the console (fun).
.EXAMPLE
PS> ./write-shit.ps1
💩
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz | License: CC0
#>
Write-Output "💩"
exit 0 # success