mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
6 lines
145 B
Batchfile
6 lines
145 B
Batchfile
@ECHO OFF
|
|
setlocal DISABLEDELAYEDEXPANSION
|
|
SET BIN_TARGET=%~dp0/patch-type-declarations
|
|
SET COMPOSER_RUNTIME_BIN_DIR=%~dp0
|
|
php "%BIN_TARGET%" %*
|