This website requires JavaScript.
Explore
Help
Sign In
espressif
/
esp-idf
Watch
1
Star
0
Fork
1
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-10-20 10:45:22 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
689fad73721911315d0330d0ec012b51a2b07370
esp-idf
/
tools
/
docker
/
entrypoint.sh
7 lines
61 B
Bash
Raw
Normal View
History
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-03 01:10:02 +02:00
#!/usr/bin/env bash
tools: add Dockerfile
2019-07-02 18:36:12 +02:00
set
-e
.
$IDF_PATH
/export.sh
exec
"
$@
"
Reference in New Issue
Copy Permalink