PowerShell/scripts/write-shit.ps1
2023-10-31 12:05:32 +01:00

16 lines
287 B
PowerShell
Executable File

<#
.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