mirror of
https://github.com/friendica/friendica-directory
synced 2025-03-14 02:12:59 +01:00
4 lines
94 B
Batchfile
4 lines
94 B
Batchfile
|
@ECHO OFF
|
||
|
setlocal DISABLEDELAYEDEXPANSION
|
||
|
SET BIN_TARGET=%~dp0/cron.php
|
||
|
php "%BIN_TARGET%" %*
|