first posts

This commit is contained in:
2018-05-10 22:23:31 +02:00
parent 0686e02b75
commit 88b2cf4212
11 changed files with 234 additions and 62 deletions

7
node_modules/.bin/mime.cmd generated vendored Normal file
View File

@ -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" %*
)