kopia lustrzana https://github.com/espressif/esp-idf
7 wiersze
53 B
Bash
7 wiersze
53 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
. $IDF_PATH/export.sh
|
||
|
|
||
|
exec "$@"
|