Ardupilot2/libraries/GCS_MAVLink/sync
2010-12-08 21:51:27 +00:00

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 *