Skip to content

Instantly share code, notes, and snippets.

@lazka

lazka/msys2.cmd Secret

Created December 22, 2022 13:40
Show Gist options
  • Save lazka/6d89a3cd85b0a64112f18c4cb7ef5f91 to your computer and use it in GitHub Desktop.
Save lazka/6d89a3cd85b0a64112f18c4cb7ef5f91 to your computer and use it in GitHub Desktop.
@echo off
setlocal
IF NOT DEFINED MSYS2_PATH_TYPE set MSYS2_PATH_TYPE=minimal
set CHERE_INVOKING=1
C:\\msys64\\usr\\bin\\bash.exe -leo pipefail %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment