Следующий скрипт не работает на Mavericks: # check if hidden files are visible and store result in a variable isVisible=”$(defaults read com.apple.finder AppleShowAllFiles)” # toggle visibility based on variables value if [ "$isVisible" = FALSE ] then defaults write com.apple.finder...