I\'m on a Windows machine using Git 2.7.2.windows.1 with MinGW 64.
I have a script in C:/path/to/scripts/myScript.sh.
C:/path/to/scripts/myScript.sh
How do I execute this script f
Once you're in the directory, just run it as ./myScript.sh
./myScript.sh
If you wish to execute a script file from the git bash prompt on Windows, just precede the script file with sh
sh my_awesome_script.sh