Summary: switch to httptoolkit Reviewers: kuba-orlik Reviewed By: kuba-orlik Differential Revision: https://hub.sealcode.org/D1578
5 lines
142 B
Bash
5 lines
142 B
Bash
#!/bin/bash
|
|
set -e
|
|
# -r to replace an existing application if any
|
|
/opt/android-sdk-linux/platform-tools/adb install -r /shared_buffer/app.apk
|