Heimdall/vendor/bin/carbon.bat

6 lines
128 B
Batchfile
Raw Normal View History

2019-06-11 11:29:32 +00:00
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
2022-03-10 11:54:29 +00:00
SET BIN_TARGET=%~dp0/carbon
SET COMPOSER_RUNTIME_BIN_DIR=%~dp0
2019-06-11 11:29:32 +00:00
php "%BIN_TARGET%" %*