TenjintShell.system_piped

TenjintShell.system_piped(cmd)

Call the given cmd in a subprocess, piping stdout/err

Parameters

cmd (str) – Command to execute (can not end in ‘&’, as background processes are not supported. Should not be a command that expects input other than simple text.