mirror of
https://github.com/friendica/friendica
synced 2024-12-26 14:00:15 +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%" %*
|