# rsbash ![GitHub issues](https://img.shields.io/github/issues/ljelliot/rash) ![Cargo Downloads](https://img.shields.io/crates/d/rsbash) ![Cargo Latest version](https://img.shields.io/crates/v/rsbash)

About

rsbash - run bash commands from rust.

Our macro rash! allows you to call out to a bash shell, just as you would typically from a terminal. Since this is accomplished by interacting with libc, rash! can only be used on unix-like platforms (Linux, macOS etc).

Documentation

Check out the docs - https://docs.rs/rsbash

License

MIT License - Copyright (c) 2023 Luke Elliot