Shell Script File(.sh) does not run from c# core on linux
问题 I am trying to run ".sh" file from c# core application.But it doesn't seem to be running properly.Here is my scenario. I am working on .Net core project which is hosted on Linux environment.We are trying to create "PDF" in our project for which we have used "Apache FOP". Here i have created one "shell script" file "transform.sh" which internally calls "fop" with required parameters.Since developement is being done on windows machine we tested the same usinf "batch" file i.e. "transform.bat"