mirror of
https://github.com/friendica/friendica
synced 2024-11-10 11:42:54 +00: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%" %*
|