This website requires JavaScript.
Explore
Help
Register
Sign In
Crash_Override
/
OVMS3-idf
Watch
1
Star
0
Fork
You've already forked OVMS3-idf
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
8efabd1307
OVMS3-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 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
"
$@
"
Reference in a new issue
Copy permalink