mirror of
https://github.com/friendica/friendica
synced 2024-11-11 21:02:54 +00:00
5 lines
138 B
Batchfile
5 lines
138 B
Batchfile
|
@ECHO OFF
|
||
|
setlocal DISABLEDELAYEDEXPANSION
|
||
|
SET BIN_TARGET=%~dp0/../league/html-to-markdown/bin/html-to-markdown
|
||
|
php "%BIN_TARGET%" %*
|