Skip to content

Commit

Permalink
Merge pull request #2747 from DRSDavidSoft/patch-3
Browse files Browse the repository at this point in the history
Add bin\cmder_shell.cmd
  • Loading branch information
daxgames authored Sep 11, 2022
2 parents 0f490fd + 05c92f4 commit a027bdc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions vendor/bin/cmder_shell.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@echo off

set CMDER_ROOT=%~dp0..\

if "%cmder_init%" == "1" (
"%CMDER_ROOT%\vendor\clink\clink.bat" inject -q --profile "%CMDER_ROOT%\config" --scripts "%CMDER_ROOT%\vendor"
) else (
set cmder_init=1
)

pushd %CMDER_ROOT%
call "%CMDER_ROOT%\vendor\init.bat" /f
popd

0 comments on commit a027bdc

Please sign in to comment.