“Permission Denied” using cygwin in Windows
问题 Background: I am trying to write a [.bat] file so I can double click it and a bash script will get invoked. The bash script will start up a few windows GUI apps to monitor GPU/CPU temperatures. I just did a fresh install of cygwin v1.7.7-1 (downloaded today) and windows 7. Code: monitor-temps.bat: C:\cygwin\bin\bash.exe ~/bin/monitor-temps.bash pause Code: monitor-temps.bash: #!/usr/bin/bash "/cygdrive/c/Users/michael/Desktop/apps_and_drivers/GPU-Z.0.4.8.exe" & Output: After I double click