From d7a202a1829b82f8562dec6e6bc60744d1bf3a8f Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 14 Dec 2020 19:41:06 +0000 Subject: [PATCH] Renamed to list-earthquakes.ps1 --- README.md | 2 +- Scripts/{earthquakes.ps1 => list-earthquakes.ps1} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename Scripts/{earthquakes.ps1 => list-earthquakes.ps1} (85%) diff --git a/README.md b/README.md index ed8e66cf..873d7727 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ The following PowerShell scripts can be found in the [Scripts/](Scripts/) subfol * [clone-repos.ps1](Scripts/clone-repos.ps1) - clones well-known Git repositories * [configure-git.ps1](Scripts/configure-git.ps1) - sets up the Git configuration * [download.ps1](Scripts/download.ps1) - downloads the file/directory from the given URL -* [earthquakes.ps1](Scripts/earthquakes.ps1) - prints the stronger earthquakes for the last 30 days * [empty-dir.ps1](Scripts/empty-dir.ps1) - empties the given directory * [enable-crash-dumps.ps1](Scripts/enable-crash-dumps.ps1) - enables the writing of crash dumps * [inspect-exe.ps1](Scripts/inspect-exe.ps1) - prints basic information of the given executable file * [list-empty-dirs.ps1](Scripts/list-empty-dirs.ps1) - lists empty subfolders in a directory tree * [list-unused-files.ps1](Scripts/list-unused-files.ps1) - lists unused files in a directory tree * [list-cmdlets.ps1](Scripts/list-cmdlets.ps1) - lists the PowerShell cmdlets +* [list-earthquakes.ps1](Scripts/list-earthquakes.ps1) - lists earthquakes >= 6.0 for the last 30 days * [list-modules.ps1](Scripts/list-modules.ps1) - lists the PowerShell modules * [list-passwords.ps1](Scripts/list-passwords.ps1) - generates and prints a list of new passwords * [list-processes.ps1](Scripts/list-processes.ps1) - lists the local computer processes diff --git a/Scripts/earthquakes.ps1 b/Scripts/list-earthquakes.ps1 similarity index 85% rename from Scripts/earthquakes.ps1 rename to Scripts/list-earthquakes.ps1 index 4735018d..5e5dbef2 100755 --- a/Scripts/earthquakes.ps1 +++ b/Scripts/list-earthquakes.ps1 @@ -1,7 +1,7 @@ #!/snap/bin/powershell -# Syntax: ./earthquakes.ps1 -# Description: prints the stronger earthquakes for the last 30 days +# Syntax: ./list-earthquakes.ps1 +# Description: lists earthquakes >= 6.0 for the last 30 days # Author: Markus Fleschutz # Source: github.com/fleschutz/PowerShell # License: CC0