sh-inline 0.2.2

Macros to run inline shell (bash) script
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.