bash
bash copied to clipboard
Add the `cwd` argument
Because I like your package and I needed the functionality to change the working directory of the script I exposed the Popen
argument cwd
to optionally change the path.
I also added a small test to verify the functionality.
I hope this is useful to you and maybe you consider including it.
Thank you!