This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
rem ------------------------------------------------------------------------------------- | |
rem + Scope: Docker/DDEV environment using TYPO3 & Composer | |
rem + to be executed in CMD shell of project root directory | |
rem ------------------------------------------------------------------------------------- | |
rem + This script resolves symbolic links that have been created inside a Linux/Unix | |
rem + environment (and can be resolved there), but should actually be using the system | |
rem + features of their host operating file system. | |
rem ------------------------------------------------------------------------------------- |