mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-25 08:09:17 +01:00
Added hello-world.ps1
This commit is contained in:
parent
fd963889d2
commit
d01b5969eb
16
scripts/hello-world.ps1
Executable file
16
scripts/hello-world.ps1
Executable file
@ -0,0 +1,16 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Sample Script
|
||||||
|
.DESCRIPTION
|
||||||
|
This PowerShell script is a sample script writing "Hello World" to the console.
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./hello-world.ps1
|
||||||
|
Hello World
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz | License: CC0
|
||||||
|
#>
|
||||||
|
|
||||||
|
Write-Output "Hello World"
|
||||||
|
exit 0 # success
|
0
scripts/search-repo.ps1
Normal file → Executable file
0
scripts/search-repo.ps1
Normal file → Executable file
Loading…
Reference in New Issue
Block a user