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