mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 23:15:15 +00:00
5 lines
63 B
Bash
Executable file
5 lines
63 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd tools
|
|
./configure.sh spark/$1
|
|
cd - > /dev/null
|