mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
8 lines
100 B
Bash
Executable File
8 lines
100 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
source $IDF_PATH/export.sh
|
|
source $ESP_MATTER_PATH/export.sh
|
|
|
|
exec "$@"
|