Skip to content

An inline Bash script runner, for Python.

License

Notifications You must be signed in to change notification settings

erinxocon/bash.py

 
 

Repository files navigation

bash.py

An inline Bash script runner, for Python.

Example Usage

>>> import bash

>>> bash.run("echo hi")
<BashProcess pid=24108 return_code=0>

>>> _.output
'hi\n'

Installation

$ pipenv install bash.py

About

An inline Bash script runner, for Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.5%
  • Dockerfile 4.5%