Skip to content

Commit 7f5f925

Browse files
committed
Added cmake update script.
1 parent 0c7c508 commit 7f5f925

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmake/updated-arduino-cmake.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
git clone [email protected]:jgoppert/arduino-cmake.git tmp
3+
rm -rf modules toolchain
4+
mv tmp/cmake/* .
5+
rm -rf tmp

0 commit comments

Comments
 (0)