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

Support redirecting stdout/stdin/stderr to/from other sources #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 27, 2015

  1. Support redirecting stdout/stdin/stderr to/from other sources

    Like os/exec's Cmd object, it is sometimes useful to be able
    to control where and how the child program is interacting with
    the world.
    
    By doing this, we can now support building lua shells over
    telnet or other things.
    jtolio committed Sep 27, 2015
    Configuration menu
    Copy the full SHA
    b1701d1 View commit details
    Browse the repository at this point in the history