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