LoRa_APRS_iGate/HIL/common.py

6 lines
96 B
Python
Raw Normal View History

2021-09-18 23:07:13 +02:00
import subprocess
def runProcess(cmd):
subprocess.run(cmd, shell=True).check_returncode()