From 17fb344798bff483b702f545244612cf56b4acfd Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Wed, 16 Jul 2025 22:32:48 +0200 Subject: [PATCH] Add PowerShell wrapper --- scripts/xtchain.cmd | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/xtchain.cmd diff --git a/scripts/xtchain.cmd b/scripts/xtchain.cmd new file mode 100644 index 0000000..393aac4 --- /dev/null +++ b/scripts/xtchain.cmd @@ -0,0 +1,2 @@ +@echo off +powershell.exe -ExecutionPolicy Bypass -NoExit -File "%~dp0xtchain.ps1"