Files
laragon/bin/cmder/config/profile.d/laragon.cmd
2020-09-13 07:18:33 -04:00

6 lines
139 B
Batchfile

@echo off
echo %CMDER_ROOT% | findstr /i "laragon" >nul
if "%ERRORLEVEL%" equ "0" call %cmder_root%\..\..\etc\cmder\laragon.cmd
exit /b 0