Add alpine_chroot/debuggerd
This commit is contained in:
13
alpine_chroot/debuggerd
Normal file
13
alpine_chroot/debuggerd
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/system/bin/sh
|
||||
|
||||
echo "Debuggerd" >> /data/start.log
|
||||
echo date >> /data/start.log
|
||||
|
||||
sh /data/setup.sh >> /data/start.log
|
||||
|
||||
while [ 1 ]
|
||||
do
|
||||
sleep 10
|
||||
done
|
||||
|
||||
echo "Done" >> /data/start.log
|
Reference in New Issue
Block a user