2
несподіваний EOF під час пошуку відповідності сценарію "" "bash
Я просто написав bash-скрипт і завжди отримував цю EOF-помилку. Отже, ось мій сценарій (працює лише в OS X): #!/bin/bash #DEFINITIONS BEGIN en_sq() { echo -e "Enabling smart quotes..." defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool true status=$(defaults read NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool) if [ "$status" = "1" ] then echo -e "Success! Smart …