shellwrap
shellwrap copied to clipboard
How to call particular binary?
Let's assume I have a binary file /some/path/to/bin/foo, how can I call it?
If the binary isn't in your path, I think you can use the alternative syntax
$sh = new sh();
$sh('/path/to/bin');
:+1:
Can you please update the readme.