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