in tools/torset-tool/torset-tool.py [0:0]
def run_command(command): try: os.system(command) except Exception as e: return str(e)