Files
bike-part-tracker/Idee zur Speicherung GPX in DB.txt
2024-10-13 23:21:42 +02:00

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