mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-26 15:53:36 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
6 lines
129 B
Bash
Executable File
6 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
|
|
adb pull /mnt/sdcard/MapsWithMe/results.txt ../results.txt
|
|
cd ..
|
|
python tk_results_viewer.py config.txt results.txt
|