mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Renamed folder Scripts to scripts
This commit is contained in:
16
scripts/write-shit.ps1
Executable file
16
scripts/write-shit.ps1
Executable file
@ -0,0 +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
|
Reference in New Issue
Block a user