mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2024-12-26 09:58:20 +01:00
1 line
161 B
Bash
1 line
161 B
Bash
adb shell "su -c 'ls /data/app'" | grep net.pierrox.lightning_launcher.lp | cut -d"." -f1-5 | cut -f1 -d"-" | (while read l; do echo $l; adb uninstall $l; done)
|