init
This commit is contained in:
6
Idee zur Speicherung GPX in DB.txt
Normal file
6
Idee zur Speicherung GPX in DB.txt
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user