mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-14 05:58:18 +02:00
Rename to write-moon.ps1
This commit is contained in:
parent
499c86aaab
commit
41be046841
@ -1,10 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Prints the current moon phase
|
Writes the moon phase
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This PowerShell script prints the current moon phase.
|
This PowerShell script writes the current moon phase to the console.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./moon.ps1
|
PS> ./write-moon.ps1
|
||||||
.LINK
|
.LINK
|
||||||
https://github.com/fleschutz/PowerShell
|
https://github.com/fleschutz/PowerShell
|
||||||
.NOTES
|
.NOTES
|
||||||
@ -17,4 +17,4 @@ try {
|
|||||||
} catch {
|
} catch {
|
||||||
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user