OVMS3-idf/tools/esp_app_trace
Ivan Grokhotkov e94288da31 global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs
Using the method from @cemeyer
(https://github.com/espressif/esp-idf/pull/3166):

find . -name \*.sh -exec sed -i "" -e 's|^#!.*bin/bash|#!/usr/bin/env bash|' {} +

Closes https://github.com/espressif/esp-idf/pull/3166.
2020-04-03 01:10:02 +02:00
..
espytrace apptrace: Adds support for multi-core traces in single file to SystemView processing scripts 2020-03-16 15:17:36 +03:00
test global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
logtrace_proc.py apptrace: Adds test for logtrace_proc script 2019-04-01 19:31:45 +03:00
SYSVIEW_FreeRTOS.txt sys_view: Adds processing scripts for heap & log traces 2019-04-01 19:31:45 +03:00
sysviewtrace_proc.py apptrace: Adds support for converting SystemView traces to JSON format 2019-12-04 18:04:07 +03:00