build script
This commit is contained in:
parent
6515ff4c97
commit
f60d89f57b
1 changed files with 10 additions and 0 deletions
10
build.sh
Executable file
10
build.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
if [ -z "$1" ]
|
||||
then
|
||||
echo "specify which directory to build and flash"
|
||||
else
|
||||
ls
|
||||
cd $1
|
||||
bash ./build.sh
|
||||
fi
|
Loading…
Add table
Reference in a new issue