aboutsummaryrefslogtreecommitdiffstats
path: root/bin/invoke.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'bin/invoke.cmd')
-rw-r--r--bin/invoke.cmd9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/invoke.cmd b/bin/invoke.cmd
new file mode 100644
index 0000000..9303432
--- /dev/null
+++ b/bin/invoke.cmd
@@ -0,0 +1,9 @@
+@echo off
+REM RUN INVOKE: From bundled ZIP file.
+
+setlocal
+set HERE=%~dp0
+set INVOKE_TASKS_USE_VENDOR_BUNDLES="yes"
+if not defined PYTHON set PYTHON=python
+
+%PYTHON% %HERE%../tasks/_vendor/invoke.zip "%*"