e2e3b9eee9
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1092 f9c3cf11-9bcb-44bc-f272-b75c42450872
8 lines
139 B
Bash
Executable File
8 lines
139 B
Bash
Executable File
#!/bin/sh
|
|
rm -rf _tmp
|
|
git clone git://github.com/pixhawk/mavlink.git -b dev _tmp
|
|
rm -rf _tmp/.git
|
|
rsync -av _tmp/* .
|
|
rm -rf _tmp
|
|
svn add *
|