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

Be SHELL agnostic #50

Open
fenollp opened this issue Jan 29, 2018 · 0 comments
Open

Be SHELL agnostic #50

fenollp opened this issue Jan 29, 2018 · 0 comments

Comments

@fenollp
Copy link
Member

fenollp commented Jan 29, 2018

Right now bash is required only to be able to restore the set of environment variables on each substep.
If at all possible it would be much faster to just start a non-login shell (overridable through YML shell: /bin/sh) with -s and pipe commands in and out of that.
See http:https://technosophos.com/2014/07/11/start-an-interactive-shell-from-within-go.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant