mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 08:14:25 +02:00
4 lines
138 B
Batchfile
4 lines
138 B
Batchfile
@ECHO OFF
|
|
setlocal DISABLEDELAYEDEXPANSION
|
|
SET BIN_TARGET=%~dp0/../league/html-to-markdown/bin/html-to-markdown
|
|
php "%BIN_TARGET%" %*
|