I have a C/C++ project which has its own make files and is imported to a STM32CubeIDE on Win 11. In order to compile the project, I have to enter some commands in git-bash. so for simplicity, I wrote them into a .sh file which is named build.sh, and ...