From ecf944e26b89a0ae78be6506c4ab1e4a1b3aa22b Mon Sep 17 00:00:00 2001 From: MetaPrime Date: Tue, 9 May 2017 12:19:01 -0700 Subject: [PATCH] Add patch.bat to launch patch.ps1 easily. --- patch.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 patch.bat diff --git a/patch.bat b/patch.bat new file mode 100644 index 00000000..7f4d49ef --- /dev/null +++ b/patch.bat @@ -0,0 +1,2 @@ +@echo off +powershell .\patch.ps1