mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-01-21 04:03:33 +08:00
6 lines
131 B
Batchfile
6 lines
131 B
Batchfile
@ECHO OFF
|
|
setlocal DISABLEDELAYEDEXPANSION
|
|
SET BIN_TARGET=%~dp0/php-parse
|
|
SET COMPOSER_RUNTIME_BIN_DIR=%~dp0
|
|
php "%BIN_TARGET%" %*
|