sh-inline

Crates.iosh-inline
lib.rssh-inline
version0.4.0
sourcesrc
created_at2020-08-26 16:51:19.360614
updated_at2022-11-15 16:09:09.484358
descriptionMacros to run inline shell (bash) script
homepagehttp://github.com/cgwalters/rust-sh-inline
repositoryhttp://github.com/cgwalters/rust-sh-inline
max_upload_size
id281031
size17,221
Colin Walters (cgwalters)

documentation

http://docs.rs/sh-inline

README

sh-inline

This was forked from https://github.com/tcr/commandspec - there were various unreviewed PRs (e.g. https://github.com/tcr/commandspec/pull/10) and this version also has various other changes:

  • Focuses just on the macros for execution and doesn't try to include other things like killing subprocesses.
  • Documentation
  • Uses "bash strict mode" http://redsymbol.net/articles/unofficial-bash-strict-mode/
  • Supports Path objects directly (including quoting non-UTF8 values)
  • Removes non-bash macros (and Windows support) - for now

License

MIT or Apache-2.0, at your option.

Commit count: 0

cargo fmt