entrypoint.sh 61 B

123456
  1. #!/usr/bin/env bash
  2. set -e
  3. . $IDF_PATH/export.sh
  4. exec "$@"