This commit is contained in:
marc
2009-11-14 18:08:09 +01:00
parent 724722825e
commit a00dad1382

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -x
#set -x
LocalDir=/dat/gps/garmin
Garminfile=gmapsupp.img
@@ -45,6 +45,7 @@ cd $LocalDir/radfahrer
wget -N http://osm.arndnet.de/
uncompress < Radkarte > Radkarte.html
#cp Radkarte Radkarte.html
url_rad=$(cat Radkarte.html | grep img\.zip | cut -f 2 -d '"')
wget -N $url_rad
datestr=$(stat -c %y gmapsupp.img.zip | cut -f 1 -d ' ')