mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-26 16:49:11 +03:00
add +x to execute scripts
This commit is contained in:
3
scripts/dump_entities.py
Normal file → Executable file
3
scripts/dump_entities.py
Normal file → Executable file
@@ -1,6 +1,7 @@
|
||||
# strips out lines between two markers
|
||||
# pipe a file into, for example:
|
||||
# make clean; make; echo "test dump" | ./emsesp | python3 ./scripts/dump_entities.py
|
||||
# make clean; make; echo "test entity_dump" | ./emsesp | python3 ./scripts/dump_entities.py > dump_entities.csv
|
||||
# see dump_entities.sh
|
||||
|
||||
import fileinput
|
||||
with fileinput.input() as f_input:
|
||||
|
||||
Reference in New Issue
Block a user