From ab9b7554b7d1c90defb72a0d94d5862ff929756a Mon Sep 17 00:00:00 2001 From: Gaurav Kamath Date: Thu, 1 Sep 2022 09:45:37 -0700 Subject: [PATCH] Add Powershell Implementation of the Tutorial Local Command Add Powershell Implementation of the Tutorial Local Command --- docs/command-bar-101/local-commands.md | 33 +++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/docs/command-bar-101/local-commands.md b/docs/command-bar-101/local-commands.md index 369acac..0b2a631 100644 --- a/docs/command-bar-101/local-commands.md +++ b/docs/command-bar-101/local-commands.md @@ -288,7 +288,38 @@ echo json_encode([ ### PowerShell -[PowerShell](https://en.wikipedia.org/wiki/PowerShell) is already pre-installed on Windows. Just create a file with a `.ps1` extension. Here's an example that will empty your recycling bin. +[PowerShell](https://en.wikipedia.org/wiki/PowerShell) is already pre-installed on Windows. Just create a file with a `.ps1` extension. + +Note: Slapdash always runs `PowerShell.exe -ExecutionPolicy ByPass -File