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