Skip to content

Instantly share code, notes, and snippets.

@zdila
Created March 19, 2016 09:53
Show Gist options
  • Save zdila/f85c16621c41a94bc72c to your computer and use it in GitHub Desktop.
Save zdila/f85c16621c41a94bc72c to your computer and use it in GitHub Desktop.
preparations for gpx bulk upload
rsync -av --progress 2015-12* 2016* /home/martin/1 --exclude *.JPG --exclude *.MOV --exclude *.jpg --exclude *.bin --exclude *.pto
cat *.NMA > merged.NMA && gpsbabel -i nmea -f merged.NMA -o gpx -F skm53.gpx && rm *.NMA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment