Python run shell wrapper
There are so many ways to run shell command in python, and we run shell command all the time, lazy to place those subprocess calls everywhere, so it is necessary to have wrapper for it. This is most powerful and easy one I used, take over everything from subprocess but …