matklad / xshell

Apache License 2.0
675 stars 28 forks source link

docs: Link to sh-inline #52

Open cgwalters opened 2 years ago

cgwalters commented 2 years ago

Now that xshell does not have process-global state, I am considering switching to it. But some people may actually want to use bash (e.g. some of my scripts have bash conditionals). Also, sh-inline has optional integration with cap-std which I am using today. So just in the interest of linking to related crates, let's add this one.

I added the reverse link here: https://github.com/cgwalters/rust-sh-inline/pull/6

matklad commented 2 years ago

Hm, I think I'd rather not to :-) I understand that some people want to use bash in this way, but that's not something I would endorse.

We should add an cmd!("sh -c 'echo foo && echo bar'") as a receipt in the docs though.