post-to-liascript-shortcode.../vendor/bin/html-to-markdown.bat
2024-05-23 19:08:09 +02:00

6 lines
138 B
Batchfile

@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/html-to-markdown
SET COMPOSER_RUNTIME_BIN_DIR=%~dp0
php "%BIN_TARGET%" %*