From 54879a31430f4b2d42e31d189d4091fbbf37f80e Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 23 Jun 2020 16:56:04 +0000 Subject: [PATCH] Updated README.md --- README.md | 2 ++ Scripts/moon.ps1 | 0 Scripts/weather.ps1 | 0 3 files changed, 2 insertions(+) mode change 100644 => 100755 Scripts/moon.ps1 mode change 100644 => 100755 Scripts/weather.ps1 diff --git a/README.md b/README.md index 3293b2b9..4d56ffb0 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Useful cross-platform PowerShell scripts, to be used on the command-line (CLI) o Scripts Explained ----------------- * **MD5.ps1** - prints the MD5 checksum of the given file +* **moon.ps1** - prints the current moon phase * **password.ps1** - generates and prints a single new password * **passwords.ps1** - generates and prints a list of new passwords * **poweroff.ps1** - halts the local computer, administrator rights might be needed @@ -18,6 +19,7 @@ Scripts Explained * **train_dns_cache.ps1** - trains the DNS cache with frequently used domain names * **translate.ps1** - translates the given text * **txt2wav.ps1** - converts text into a audio .WAV file +* **weather.ps1** - prints the current weather forecast * **wakeup.ps1** - sends a magic packet to the given computer, waking him up Frequently Asked Questions (FAQ) diff --git a/Scripts/moon.ps1 b/Scripts/moon.ps1 old mode 100644 new mode 100755 diff --git a/Scripts/weather.ps1 b/Scripts/weather.ps1 old mode 100644 new mode 100755