mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
6 lines
121 B
Bash
Executable File
6 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
git clone git@github.com:jgoppert/arduino-cmake.git tmp
|
|
rm -rf modules toolchain
|
|
mv tmp/cmake/* .
|
|
rm -rf tmp
|