recipes/machine_admin/util.py

4 lines
No EOL
82 B
Python

import subprocess
def run_op(op: str):
return subprocess.run(op, shell=True)