ardupilot/cmake/updated-arduino-cmake.sh

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