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

Need to be able to change working directory in a process #4

Open
stevengill opened this issue Jan 25, 2012 · 1 comment
Open

Need to be able to change working directory in a process #4

stevengill opened this issue Jan 25, 2012 · 1 comment

Comments

@stevengill
Copy link

Essentially, I think procstreams be able to do the following.

p('cd temp/repositories/')
    .and('git clone '+ android)
    .and('cd incubator-cordova-android')
        .and('git fetch --tags')

Right now it doesn't keep track of the working directory. We talked the other night about this. You were saying you were going to implement a process.chd into procstreams.

@polotek
Copy link
Owner

polotek commented Jan 25, 2012

Thanks. I've already got ideas for this.

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

2 participants