X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=powershell%2FREADME.md;h=89fabe27477decb9150412a35b950e64caa85f60;hb=91512157ab426c87e0a82b594620e90e324b23a3;hp=b0215b6194f148777a3fb6c3405169c4019adc68;hpb=693613da4bb1f37b33b393f086f9be57a35dc7c5;p=webi-installers%2F.git diff --git a/powershell/README.md b/powershell/README.md index b0215b6..89fabe2 100644 --- a/powershell/README.md +++ b/powershell/README.md @@ -3,15 +3,22 @@ title: Microsoft PowerShell homepage: https://docs.microsoft.com/en-us/powershell/ tagline: | PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework. -description: | - PowerShell is the default shell on Windows 10. Since `curl.exe | powershell` is effectively as convenient as `curl | bash` for users, and since Windows 10 also includes tar, curl.exe, and ssh, among others, you can use fairly simple PowerShell to make a variety of tasks simple for Windows developers. --- +> The core benefit of running `pwsh` on Mac or Linux is that you get a way to +> debug Windows 10 scripts without having to boot up Windows 10. + +For example, if you want to create a `curl.exe -A "windows" | powershell` script +for Windows 10 (as we do), it's helpful to be able to do some level of debugging +on other platforms. + +