post-to-liascript-shortcode.../vendor/bin/html-to-markdown.bat

6 lines
138 B
Batchfile
Raw Normal View History

2024-05-23 17:08:09 +00:00
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/html-to-markdown
SET COMPOSER_RUNTIME_BIN_DIR=%~dp0
php "%BIN_TARGET%" %*