mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
4 lines
125 B
Batchfile
Executable file
4 lines
125 B
Batchfile
Executable file
@echo OFF
|
|
:: in case DelayedExpansion is on and a path contains !
|
|
setlocal DISABLEDELAYEDEXPANSION
|
|
php "%~dp0console.php" %*
|