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).
Check out the docs - https://docs.rs/rsbash
MIT License - Copyright (c) 2023 Luke Elliot