forked from organicmaps/organicmaps
5 lines
129 B
Bash
Executable file
5 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
|