This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
FlashBack/layout/usr/bin/FBClean
2021-09-05 02:23:42 +01:00

1 line
114 B
Text
Executable file

cd /var/mobile/Library/Preferences/ && for I in `find . -name "*.*.*.plist" ! -name "com.apple*"`; do rm $I; done