We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59d926 commit 7cbd9acCopy full SHA for 7cbd9ac
1 file changed
scripts/open-cashlink.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+
3
+CASHLINK=$1
4
5
+adb shell am start -a android.intent.action.VIEW -d "${CASHLINK}"
6
0 commit comments