9 lines
134 B
Bash
Executable File
9 lines
134 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [[ -z "$IDF_PATH" ]]
|
|
then
|
|
source export.sh --skip-source-check
|
|
fi
|
|
|
|
qtcreator "EspLedController" 2>&1 >/dev/null &
|