5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-16 13:48:29 -04:00
ardupilot/cmake/updated-arduino-cmake.sh

5 lines
102 B
Bash
Raw Normal View History

2011-09-30 18:21:07 -03:00
#!/bin/bash
git clone git://github.com/jgoppert/arduino-cmake.git tmp
cp -rf tmp/cmake/* .
2011-09-30 18:21:07 -03:00
rm -rf tmp