mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-02 15:44:11 +01:00
5 lines
149 B
Batchfile
5 lines
149 B
Batchfile
@ECHO OFF
|
|
setlocal DISABLEDELAYEDEXPANSION
|
|
SET BIN_TARGET=%~dp0/../symfony/error-handler/Resources/bin/patch-type-declarations
|
|
php "%BIN_TARGET%" %*
|