diff --git a/cmake/updated-arduino-cmake.sh b/cmake/updated-arduino-cmake.sh new file mode 100755 index 0000000000..46c8fdd8a9 --- /dev/null +++ b/cmake/updated-arduino-cmake.sh @@ -0,0 +1,5 @@ +#!/bin/bash +git clone git@github.com:jgoppert/arduino-cmake.git tmp +rm -rf modules toolchain +mv tmp/cmake/* . +rm -rf tmp