diff --git a/README.md b/README.md index ad914d0c..8c3a36a7 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,16 @@ Useful cross-platform PowerShell scripts, to be used on the command-line (CLI) o Scripts Explained ----------------- -* **SHA256.ps1** - prints the SHA256 checksum of the given file +* **MD5.ps1** - prints the MD5 checksum of the given file * **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 -* **train_dns_cache.ps1** - trains the DNS cache with frequently used domain names * **reboot.ps1** - reboots the local computer, administrator rights might be needed +* **SHA1.ps1** - prints the SHA1 checksum of the given file +* **SHA256.ps1** - prints the SHA256 checksum of the given file * **speak.ps1** - speaks the given text * **test.ps1** - simple test script +* **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 * **wakeup.ps1** - sends a magic packet to the given computer, waking him up