mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 22:17:17 +02: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" %*
|