2011-09-30 18:21:07 -03:00
|
|
|
#!/bin/bash
|
2011-11-19 02:08:17 -04:00
|
|
|
git clone git://github.com/jgoppert/arduino-cmake.git tmp
|
2011-09-30 21:24:02 -03:00
|
|
|
cp -rf tmp/cmake/modules/* modules
|
|
|
|
cp -rf tmp/cmake/toolchains/* toolchains
|
2011-09-30 18:21:07 -03:00
|
|
|
rm -rf tmp
|