7 lines
250 B
Plaintext
7 lines
250 B
Plaintext
gpx entpacken
|
|
*.gpx nach activity.gpx umbenennen
|
|
F=$(cat activity.gpx | tr -d "'")
|
|
echo "update activities set a_gpx = '$F' where a_activity=activity;" | mysql -u andregeissler_bikeparts -p'K01v1kk0!' -Dandregeissler_bikeparts -h vesta.agserver.de
|
|
|
|
|