This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# The following is from the Garmin forums: https://forums.garmin.com/forum/garmin-express/garmin-express-pc/76831- | |
# The Garmin Forerunner 220 and 620 (FR220 and FR620) save their activity | |
# files with a cryptic name on the watch. Based on Jeff Pethybridge's | |
# (ZUKJEFF) analysis and my own findings, these would be the filename codes: | |
# | |
# Example: 43S64121.FIT | |
# | |
# Char 1 is year: 3 (2013), 4 (2014) ... Will clash in ten years time! |
NewerOlder