aboutsummaryrefslogtreecommitdiff
path: root/node_modules/.bin/mime.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/.bin/mime.cmd')
-rw-r--r--node_modules/.bin/mime.cmd7
1 files changed, 7 insertions, 0 deletions
diff --git a/node_modules/.bin/mime.cmd b/node_modules/.bin/mime.cmd
new file mode 100644
index 0000000..8169562
--- /dev/null
+++ b/node_modules/.bin/mime.cmd
@@ -0,0 +1,7 @@
+@IF EXIST "%~dp0\node.exe" (
+ "%~dp0\node.exe" "%~dp0\..\mime\cli.js" %*
+) ELSE (
+ @SETLOCAL
+ @SET PATHEXT=%PATHEXT:;.JS;=;%
+ node "%~dp0\..\mime\cli.js" %*
+) \ No newline at end of file