From 41be046841ea6f1d48e2705ad9bd5bd4f1637fc4 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 14 Aug 2023 20:34:06 +0200 Subject: [PATCH] Rename to write-moon.ps1 --- Scripts/{moon.ps1 => write-moon.ps1} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename Scripts/{moon.ps1 => write-moon.ps1} (74%) diff --git a/Scripts/moon.ps1 b/Scripts/write-moon.ps1 similarity index 74% rename from Scripts/moon.ps1 rename to Scripts/write-moon.ps1 index 84d8aca8..20efa012 100755 --- a/Scripts/moon.ps1 +++ b/Scripts/write-moon.ps1 @@ -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 -} +} \ No newline at end of file