mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-30 06:59:02 +08:00
7 lines
61 B
Bash
Executable File
7 lines
61 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
. $IDF_PATH/export.sh
|
|
|
|
exec "$@"
|