mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
5 lines
102 B
Bash
Executable File
5 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
git clone git://github.com/jgoppert/arduino-cmake.git tmp
|
|
cp -rf tmp/cmake/* .
|
|
rm -rf tmp
|