Skip to content

Commit 7cbd9ac

Browse files
committed
build: add simple open cashlink script
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent a59d926 commit 7cbd9ac

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

scripts/open-cashlink.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)