“Permission Denied” using cygwin in Windows

前端 未结 9 1629
终归单人心
终归单人心 2021-02-01 23:19

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 window

9条回答
  •  误落风尘
    2021-02-01 23:56

    just change the mode of the scripts using chmod command to make it executable. see man chmod for more details.

提交回复
热议问题