PowerShell/Scripts/write-shit.ps1

16 lines
287 B
PowerShell
Raw Normal View History

2023-08-24 13:31:26 +02:00
<#
.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