Skip to content

Instantly share code, notes, and snippets.

@elberskirch
Last active April 5, 2016 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elberskirch/c751d4aa7e91100b34bbfe7a867f60c5 to your computer and use it in GitHub Desktop.
Save elberskirch/c751d4aa7e91100b34bbfe7a867f60c5 to your computer and use it in GitHub Desktop.
oneliner converts all gmn file in a directory to tcx
for i in $(basename -s .gmn `ls *.gmn` ); do ../../garmin-dev/gmn2tcx $i.gmn > $i.tcx; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment