Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. [[ $(defaults read com.apple.finder AppleShowAllFiles) = 1 ]] && b=false || b=true
  2. defaults write com.apple.finder AppleShowAllFiles -bool $b
  3. killall Finder
  4. open -a Finder
  5.  
  6. defaults write com.apple.finder AppleShowAllFiles -bool TRUE
  7. killall Finder
  8.  
  9. defaults write com.apple.finder AppleShowAllFiles -bool FALSE
  10. killall Finder
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement