mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-14 14:58:47 +02:00
Updated the Markdown manuals
This commit is contained in:
@ -47,7 +47,7 @@ Script Content
|
||||
try {
|
||||
Clear-Host
|
||||
""
|
||||
& "$PSScriptRoot/write-typewriter.ps1" " There's one shell to rule them all. It's called:" 200
|
||||
& "$PSScriptRoot/write-typewriter.ps1" " Hi $USERNAME, move into the fast lane by using . . ." 200
|
||||
""
|
||||
Write-Host " _____ _____ _ _ _ " -foregroundColor blue
|
||||
Write-Host " | __ \ / ____| | | | |" -foregroundColor blue
|
||||
@ -65,6 +65,10 @@ try {
|
||||
Write-Host " 🔷 " -noNewline
|
||||
& "$PSScriptRoot/write-typewriter.ps1" "PowerShell is open-source and free! It's available for Linux, Mac OS and Windows" 25
|
||||
""
|
||||
Write-Host " 🔷 " -noNewline
|
||||
& "$PSScriptRoot/write-typewriter.ps1" "Enhance PowerShell by 500+ PowerShell scripts! Get them from: https://github.com/fleschutz/PowerShell" 25
|
||||
""
|
||||
|
||||
Write-Host " 🔷 " -noNewline
|
||||
& "$PSScriptRoot/write-typewriter.ps1" "Want to learn PowerShell? See the tutorial at: https://www.guru99.com/powershell-tutorial.html" 25
|
||||
""
|
||||
@ -72,9 +76,6 @@ try {
|
||||
& "$PSScriptRoot/write-typewriter.ps1" "Need docs? See the official documentation at: https://docs.microsoft.com/en-us/powershell" 25
|
||||
""
|
||||
Write-Host " 🔷 " -noNewline
|
||||
& "$PSScriptRoot/write-typewriter.ps1" "Want sample scripts? See the Mega Collection of PowerShell scripts at: https://github.com/fleschutz/PowerShell" 25
|
||||
""
|
||||
Write-Host " 🔷 " -noNewline
|
||||
& "$PSScriptRoot/write-typewriter.ps1" "Want a cheat sheet? See: https://github.com/fleschutz/PowerShell/blob/master/docs/cheat-sheet.md" 25
|
||||
""
|
||||
Write-Host " 🔷 " -noNewline
|
||||
@ -91,4 +92,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of introduce-powershell.ps1 as of 03/27/2024 17:36:27)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of introduce-powershell.ps1 as of 05/19/2024 10:25:20)*
|
||||
|
Reference in New Issue
Block a user