diff options
Diffstat (limited to 'scripts/gpx')
-rw-r--r-- | scripts/gpx/footer (renamed from scripts/gpx/tail) | 0 | ||||
-rw-r--r-- | scripts/gpx/header (renamed from scripts/gpx/head) | 0 | ||||
-rwxr-xr-x | scripts/gpx/merge_gpx.sh | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gpx/tail b/scripts/gpx/footer index d0759c0..d0759c0 100644 --- a/scripts/gpx/tail +++ b/scripts/gpx/footer | |||
diff --git a/scripts/gpx/head b/scripts/gpx/header index 1912e8b..1912e8b 100644 --- a/scripts/gpx/head +++ b/scripts/gpx/header | |||
diff --git a/scripts/gpx/merge_gpx.sh b/scripts/gpx/merge_gpx.sh index c62badd..a88381d 100755 --- a/scripts/gpx/merge_gpx.sh +++ b/scripts/gpx/merge_gpx.sh | |||
@@ -2,4 +2,4 @@ | |||
2 | 2 | ||
3 | GPX_DIR=$(dirname $0) | 3 | GPX_DIR=$(dirname $0) |
4 | 4 | ||
5 | sed '/<trk/,/<\/trk>/ p' -nr | cat $GPX_DIR/head - | cat - $GPX_DIR/tail | 5 | sed '/<trk/,/<\/trk>/ p' -nr | cat $GPX_DIR/header - | cat - $GPX_DIR/footer |