diff --git a/data/benchmarks/android/show_results.sh b/data/benchmarks/android/show_results.sh index 8b81230705..ff1f7feb3e 100755 --- a/data/benchmarks/android/show_results.sh +++ b/data/benchmarks/android/show_results.sh @@ -1,3 +1,5 @@ -adb pull /mnt/sdcard/MapsWithMe/bench/results.txt ../results.txt +#!/bin/bash + +adb pull /mnt/sdcard/MapsWithMe/results.txt ../results.txt cd .. -python tk_results_viewer.py config.txt results.txt \ No newline at end of file +python tk_results_viewer.py config.txt results.txt