kopia lustrzana https://github.com/espressif/esp-idf
6 wiersze
90 B
Python
6 wiersze
90 B
Python
|
import re
|
||
|
import os
|
||
|
|
||
|
def run_cmd_get_output(cmd):
|
||
|
return os.popen(cmd).read().strip()
|