From ab8ab2a9ba016d78606939218e6128a607c07bbe Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 25 May 2020 17:48:09 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b0257ca6..a2b684b3 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ Useful cross-platform PowerShell scripts, to be used on the command-line (CLI) o PowerShell Scripts ------------------ -* 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 -* reboot.ps1 - reboots the local computer, administrator rights might be needed -* speak.ps1 - speaks the given text -* translate.ps1 - translates the given text -* txt2wav.ps1 - converts text into a audio .WAV file -* wakeup.ps1 - sends a magic packet to the given computer, waking him up +* **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 +* **reboot.ps1** - reboots the local computer, administrator rights might be needed +* **speak.ps1** - speaks the given text +* **translate.ps1** - translates the given text +* **txt2wav.ps1** - converts text into a audio .WAV file +* **wakeup.ps1** - sends a magic packet to the given computer, waking him up What is PowerShell? -------------------