Added cmake update script.

This commit is contained in:
James Goppert 2011-09-30 17:21:07 -04:00
parent 0c7c508541
commit 7f5f9252c0
1 changed files with 5 additions and 0 deletions

5
cmake/updated-arduino-cmake.sh Executable file
View File

@ -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