ardupilot/libraries/GCS_MAVLink/sync

8 lines
147 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 --force *