LoRa_APRS_iGate/HIL/common.py

6 wiersze
96 B
Python

import subprocess
def runProcess(cmd):
subprocess.run(cmd, shell=True).check_returncode()