ardupilot/libraries/GCS_MAVLink/sync.sh
james.goppert 001d831359 Synced with mavlink master.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@937 f9c3cf11-9bcb-44bc-f272-b75c42450872
2010-11-26 08:14:29 +00:00

7 lines
122 B
Bash
Executable File

#!/bin/sh
rm -rf _tmp
git clone git://github.com/pixhawk/mavlink.git _tmp
rm -rf _tmp/.git
rsync -av _tmp/* .
rm -rf _tmp