OVMS3-idf/tools/docker/entrypoint.sh

7 lines
53 B
Bash
Raw Normal View History

2019-07-02 16:36:12 +00:00
#!/bin/bash
set -e
. $IDF_PATH/export.sh
exec "$@"