This commit is contained in:
2024-10-13 23:21:42 +02:00
commit bbaf7b7487
14 changed files with 2026 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
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