summaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-12-19 09:35:49 +0800
committertypebrook <typebrook@gmail.com>2019-12-19 09:35:49 +0800
commit8cef0e09dde13f83f696de0ceb81558e8c8c405e (patch)
treee115b2043149a3abeadb8a3db532dd4836002b7f /scripts
parent0a2b46b0355a1120d57968d40f61cd70a1cb3242 (diff)
update
Diffstat (limited to 'scripts')
-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-xscripts/gpx/merge_gpx.sh2
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
3GPX_DIR=$(dirname $0) 3GPX_DIR=$(dirname $0)
4 4
5sed '/<trk/,/<\/trk>/ p' -nr | cat $GPX_DIR/head - | cat - $GPX_DIR/tail 5sed '/<trk/,/<\/trk>/ p' -nr | cat $GPX_DIR/header - | cat - $GPX_DIR/footer