mirror of https://github.com/alibaba/MNN.git
3 lines
118 B
Bash
3 lines
118 B
Bash
|
#!/bin/bash
|
||
|
make && adb push speedTest.out /data/local/tmp/speedTest.out && adb shell "/data/local/tmp/speedTest.out"
|