From a0eeee346c00e03bbbb29b8cf9c0143316b7077a Mon Sep 17 00:00:00 2001 From: Lance Collins Date: Wed, 21 Aug 2024 14:33:28 -0700 Subject: [PATCH] Add runps script --- repos/.build/runps.cmd | 1 + 1 file changed, 1 insertion(+) create mode 100644 repos/.build/runps.cmd diff --git a/repos/.build/runps.cmd b/repos/.build/runps.cmd new file mode 100644 index 0000000..fabf888 --- /dev/null +++ b/repos/.build/runps.cmd @@ -0,0 +1 @@ +powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "%*" \ No newline at end of file