This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
Tasmota
mirror of
https://github.com/arendst/Tasmota.git
Watch
1
Star
0
Fork
You've already forked Tasmota
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0830fe113d
Tasmota
/
lib
/
esp-epaper-29-ws-20171230-g...
/
docs
/
repo_util.py
6 lines
90 B
Python
Raw
Blame
History
import
re
import
os
def
run_cmd_get_output
(
cmd
)
:
return
os
.
popen
(
cmd
)
.
read
(
)
.
strip
(
)
Reference in New Issue
View Git Blame
Copy Permalink