mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-01 16:42:24 +00:00
7 lines
53 B
Bash
Executable File
7 lines
53 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
. $IDF_PATH/export.sh
|
|
|
|
exec "$@"
|