pwtools
Fire up shell commamd line call.
Shorthand for subprocess.run(call, shell=True, check=True).
subprocess.run(call, shell=True, check=True)
call (str (example: 'ls -l'))
wait (bool) – Kept for backward compat. Not used. Only True supported.