esp-idf/tools/docker/entrypoint.sh

7 wiersze
53 B
Bash
Executable File

#!/bin/bash
set -e
. $IDF_PATH/export.sh
exec "$@"