restored destroyed open_ide.sh
This commit is contained in:
8
open_ide.sh
Executable file
8
open_ide.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ -z "$IDF_PATH" ]]
|
||||
then
|
||||
source export.sh --skip-source-check
|
||||
fi
|
||||
|
||||
qtcreator "bobbycar-boardcomputer-firmware" 2>&1 >/dev/null &
|
Reference in New Issue
Block a user