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