OVMS3-idf/tools/docker/entrypoint.sh

7 lines
53 B
Bash
Raw Normal View History

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