mirror of
https://github.com/tytydraco/KTweak.git
synced 2024-11-12 01:11:09 +00:00
c46e3f6a76
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
10 lines
132 B
Bash
10 lines
132 B
Bash
#!/system/bin/sh
|
|
|
|
while [[ "$(getprop sys.boot_completed)" -ne 1 ]] && [[ ! -d "/sdcard" ]]
|
|
do
|
|
sleep 5
|
|
done
|
|
|
|
sleep 30
|
|
ktweak
|