mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-22 07:53:21 +01:00
Update write-shit.ps1
This commit is contained in:
parent
7960632eb0
commit
da876a6e5a
@ -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
|
Loading…
Reference in New Issue
Block a user