Windows shortcut to run a Git Bash script
Git bash is already a batch file with content similar to this : C:\WINNT\system32\cmd.exe /c “”C:\Git\bin\sh.exe” –login -i” If you want run (and leave running) a shell script in the context of the shell, specify it at the command line. The trick is that when the script file name is interpreted, it uses the Windows … Read more