How to keep android meterpreter shell script running in background after app is closed

I am connected to android using a meterpreter shell, using an embedded backdoor.
I want to run a loop, on the android which will stay running even when the app is closed.
My test.sh script is:
#!/bin/bash
for i in 1 2 3 4 5 6 7 8 9 10
do … Continue reading How to keep android meterpreter shell script running in background after app is closed