6 lines
53 B
Bash
Executable file
6 lines
53 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
. $IDF_PATH/export.sh
|
|
|
|
exec "$@"
|