mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 21:29:02 +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
|