ardupilot/libraries/GCS_MAVLink/sync
2010-12-09 06:05:48 +00:00

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 *