Training
Consulting
Tools
xref
: /
hal_espressif-3.6.0
/
tools
/
docker
/
entrypoint.sh
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
usr
/
bin
/
env
bash
2
set
-e
3
4
.
$IDF_PATH
/
export.sh
5
6
exec
"$@"
7