Skip to content

Instantly share code, notes, and snippets.

@edubkendo
Created April 3, 2014 17:59
Show Gist options
  • Save edubkendo/9959452 to your computer and use it in GitHub Desktop.
Save edubkendo/9959452 to your computer and use it in GitHub Desktop.
Reveal hidden files on OSX in Finder
#!/bin/bash
defaults write com.apple.finder AppleShowAllFiles -boolean true
killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment