shellwrap icon indicating copy to clipboard operation
shellwrap copied to clipboard

How to call particular binary?

Open Mihailoff opened this issue 11 years ago • 2 comments

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

Mihailoff avatar Oct 25 '14 01:10 Mihailoff

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

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

MrRio avatar Oct 26 '14 22:10 MrRio

:+1:

Can you please update the readme.

Mihailoff avatar Oct 27 '14 22:10 Mihailoff