mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-03-20 13:29:27 +00:00
7 lines
61 B
Bash
7 lines
61 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
. $IDF_PATH/export.sh
|
|
|
|
exec "$@"
|