@Russ Yes I think the same, but "if it works it's better not to touch it" hahaha, it's a bug that my future self will see how to solve, thank you very much for the help
Posts made by Luisito Palma
-
RE: how to execute .sh in disc d
-
RE: how to execute .sh in disc d
@Russ The solution was to put the full path of where the .sh file is located and the script now works, however it continues to be executed in a cmd and not in git bash
-
RE: how to execute .sh in disc d
@Russ
I had to put a sleep because the terminal closes automatically when it shows that error, but when I execute the command that you told me, that Windows terminal opens and not the gitbashHowever, the git bash path is correct
-
RE: how to execute .sh in disc d
@Russ when I run the script from terminal it works normally
-
RE: how to execute .sh in disc d
@Russ When I run in, the terminal opens and closes automatically without executing the script.
-
how to execute .sh in disc d
hi, create a program in python that runs with the following bash, the bash is located in the same path of the project.
What parameters would I put in the cmd trigger to execute the .sh?