Searched refs:shell_command (Results 1 – 1 of 1) sorted by relevance
31 def run(shell_command, echo=True): argument35 echo if isinstance(echo, str) else shell_command,37 return subprocess.check_call(shell_command, shell=True)