mirror of https://github.com/ArduPilot/ardupilot
6 lines
121 B
Bash
6 lines
121 B
Bash
|
#!/bin/bash
|
||
|
git clone git@github.com:jgoppert/arduino-cmake.git tmp
|
||
|
rm -rf modules toolchain
|
||
|
mv tmp/cmake/* .
|
||
|
rm -rf tmp
|