Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # Revert https://pastebin.com/fVWJpBt0
  4. CACHE="$TMPDIR/../C/com.apple.QuickLook.thumbnailcache"
  5. chflags nouchg "$CACHE"
  6. rm "$CACHE"
  7.  
  8. # And use the appropriate way
  9. qlmanage -r disablecache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement