How can I associate .sh files with Cygwin?
Ok, I’ve found something that works. Associating a batch file as Vladimir suggested didn’t work, but the bash arguments were key. Short and sweet: associate with this command: “C:\cygwin\bin\bash.exe” -li “%1” %* Long version if you don’t know how: In Explorer, go to Tools/Folder Options/File Types. I already had an SH entry for Bash Script. … Read more