This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
esp-idf
kopia lustrzana
https://github.com/espressif/esp-idf
Obserwuj
1
Polub
0
Forkuj
You've already forked esp-idf
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
30f96ffe48
esp-idf
/
tools
/
docker
/
entrypoint.sh
7 wiersze
61 B
Bash
Czysty
Zwykły widok
Historia
Unescape
Escape
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-02 23:10:02 +00:00
#!/usr/bin/env bash
tools: add Dockerfile
2019-07-02 16:36:12 +00:00
set
-e
.
$IDF_PATH
/export.sh
exec
"
$@
"