mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
5 lines
125 B
Batchfile
5 lines
125 B
Batchfile
|
@echo OFF
|
||
|
:: in case DelayedExpansion is on and a path contains !
|
||
|
setlocal DISABLEDELAYEDEXPANSION
|
||
|
php "%~dp0console.php" %*
|