Guest User

Untitled

a guest
May 25th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/system/bin/sh
  2. echo "Testing!"
  3.  
  4. chown system system /data/test.sh
  5. chmod 0774 /data/test.sh
  6.  
  7. # Periodic service test
  8. service periodic_test /data/test.sh
  9. class main
Add Comment
Please, Sign In to add comment