mirror of
https://github.com/friendica/friendica
synced 2024-11-12 23:42:54 +00:00
f19b14bd88
In the end of this progress Friendica will hopefully be [REUSE](https://reuse.software) complient but this is a longterm goal.
8 lines
229 B
Batchfile
Executable file
8 lines
229 B
Batchfile
Executable file
REM SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
|
|
REM
|
|
REM SPDX-License-Identifier: CC0-1.0
|
|
|
|
@echo OFF
|
|
:: in case DelayedExpansion is on and a path contains !
|
|
setlocal DISABLEDELAYEDEXPANSION
|
|
php "%~dp0console.php" %*
|