Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrap command execution in it's own shell #19

Open
colek42 opened this issue Jan 23, 2021 · 0 comments
Open

wrap command execution in it's own shell #19

colek42 opened this issue Jan 23, 2021 · 0 comments
Assignees

Comments

@colek42
Copy link

colek42 commented Jan 23, 2021

Currently redirects are not supported. We can hack this together by wrapping the execution command in a "sh", "-c" as the first 2 arguments in exec.Command()

runlib.go:234

@colek42 colek42 self-assigned this Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant