Skip to content

Instantly share code, notes, and snippets.

@kr9ly
Last active October 17, 2016 04:58
Show Gist options
  • Save kr9ly/dc867a63f18702dd18b36a4e2a54b12d to your computer and use it in GitHub Desktop.
Save kr9ly/dc867a63f18702dd18b36a4e2a54b12d to your computer and use it in GitHub Desktop.
エクスプローラからカレントディレクトリをmsys2に開かせるやつ
@set echo off
set MSYS2_PATH_TYPE=inherit
C:\msys64\_mingw64 bash -s 'cd %CD%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment