The script itself has most of the documentation. Just know that there are two scripts here:
- A plain-text version (
.applescript) - A compiled version (
.scpt)
| sudo rm -rfv /Library/Caches/com.apple.iconservices.store; sudo find /private/var/folders/ \( -name com.apple.dock.iconcache -or -name com.apple.iconservices \) -exec rm -rfv {} \; ; sleep 3;sudo touch /Applications/* ; killall Dock; killall Finder |