bashでsyntax error near unexpected token `('が出たときの話
bashでsayコマンドで遊んでたら syntax error near unexpected token `('というエラーが出た.
例:say go on the next page
このときに引数の文字列をダブルクオーテーションで囲めばいいだけだった.
say "go on the next page"