OVMS3-idf/tools/test_idf_size
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
..
app.map tools: Support Python 3 in idf_size.py 2018-08-27 13:39:07 +02:00
app2.map tools: Add option to show differences between MAP files with idf_size.py 2020-03-23 12:04:07 +01:00
app_esp32s2.map tools: Fix idf_size.py 2020-02-28 11:55:53 +01:00
bootloader.map tools: Fix idf_size.py 2020-02-28 11:55:53 +01:00
bootloader_esp32s2.map tools: Fix idf_size.py 2020-02-28 11:55:53 +01:00
expected_output tools: Support showing differences of MAP files in JSON format 2020-03-23 12:04:07 +01:00
expected_output.json tools: Fix idf_size.py 2020-02-28 11:55:53 +01:00
expected_output.txt tools: Fix idf_size.py 2020-02-28 11:55:53 +01:00
test.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
test_idf_size.py tools: Add option to show differences between MAP files with idf_size.py 2020-03-23 12:04:07 +01:00