exec.sh.in 292 B

123456
  1. #!/data/data/com.termux/files/usr/bin/bash
  2. input keyevent KEYCODE_HOME
  3. sleep 1
  4. echo "Start activity..."
  5. am start -S -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"
  6. echo "Done"