exec.sh.in 253 B

1234
  1. #!/data/data/com.termux/files/usr/bin/bash
  2. echo "Start activity..."
  3. am start -n com.tencent.mm/.plugin.webview.ui.tools.WebViewUI --es "rawUrl" "https://mp.weixin.qq.com/mp/getverifyinfo?__biz=MzAxNTA4OTQ3MA==&type=reg_info#wechat_redirect"
  4. echo "Done"