Last active
October 17, 2016 04:58
-
-
Save kr9ly/dc867a63f18702dd18b36a4e2a54b12d to your computer and use it in GitHub Desktop.
エクスプローラからカレントディレクトリをmsys2に開かせるやつ
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
@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