I use this Windows command to open Git Bash:
start "" "%SYSTEMDRIVE%\Program Files (x86)\Git\bin\sh.exe" --login
start "" "%SYSTEMDRIVE%\Program Files\Git\bin\sh.exe" --login
I want to run a script from Git Bash now.
How can I do to run a script from Windows command on Git Bash?
I want that Git Bash run git ex (a script from me) when it is open.