Replies: 1 comment 1 reply
-
Have you tried to just call
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I have a my.sh to be executed, it's working fine if the file does not require higher permission.
StartProcess("sh", new ProcessSettings {
Arguments = new ProcessArgumentBuilder()
.Append($"{myFolder}/my.sh"),
WorkingDirectory = myFolder,
RedirectStandardOutput = true
},
out redirectedStandardOutputUnix
);
Thanks
denny
Beta Was this translation helpful? Give feedback.
All reactions