7 lines
115 B
Batchfile
7 lines
115 B
Batchfile
@echo off
|
|
|
|
pushd "%~dp0%"
|
|
call mingw64 -no-start ./setup_msys2.sh
|
|
call mingw64 -no-start ./setup_msys2.sh
|
|
popd
|