From 7f5f9252c05ce930059f182752c7e492a7c36900 Mon Sep 17 00:00:00 2001 From: James Goppert Date: Fri, 30 Sep 2011 17:21:07 -0400 Subject: [PATCH] Added cmake update script. --- cmake/updated-arduino-cmake.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 cmake/updated-arduino-cmake.sh 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