This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
e1f388f114
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-02 19:10:02 -04:00
#!/usr/bin/env bash
tools: add Dockerfile
2019-07-02 12:36:12 -04:00
set
-e
.
$IDF_PATH
/export.sh
exec
"
$@
"
Reference in New Issue
Copy Permalink