5 lines
102 B
Bash
Executable File
5 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
git clone git://github.com/jgoppert/arduino-cmake.git tmp
|
|
cp -rf tmp/cmake/* .
|
|
rm -rf tmp
|