From 32eae3487cb5308ab9aea4346bcdf7bafd32f215 Mon Sep 17 00:00:00 2001 From: ExMix Date: Sat, 18 Oct 2014 10:25:51 +0300 Subject: [PATCH] executable for mac --- data/benchmarks/android/show_results.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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