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

How to call particular binary? #7

Open
Mihailoff opened this issue Oct 25, 2014 · 2 comments
Open

How to call particular binary? #7

Mihailoff opened this issue Oct 25, 2014 · 2 comments

Comments

@Mihailoff
Copy link
Contributor

Let's assume I have a binary file /some/path/to/bin/foo, how can I call it?

@MrRio
Copy link
Owner

MrRio commented Oct 26, 2014

If the binary isn't in your path, I think you can use the alternative syntax

$sh = new sh();
$sh('/path/to/bin');

@Mihailoff
Copy link
Contributor Author

👍

Can you please update the readme.

@Mihailoff Mihailoff changed the title Hot to call particular binary? How to call particular binary? Oct 29, 2014
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