封裝了一下顯示和隱藏的腳本,方便mac上的文件隱藏和顯示app
if [ `defaults read com.apple.finder AppleShowAllFiles` = "1" ]; then defaults write com.apple.finder AppleShowAllFiles -bool false else defaults write com.apple.finder AppleShowAllFiles -bool true fi killall Finder
下載地址:顯示和隱藏.appblog