One of the guys I know was messing with other people in the office by SSH’ing into their computer and running a terminal command on their computer that would make it speak. It was funy because the person using the computer did not know the computer could do it and he couldn’t figure out who was doing it.
The say command will make your computer speak anything you type. No quotations are needed. In the terminal app you would type
say Hello World. How are you today?
I decided to write a simple script to have the user input some text, whatever they want, and have the computer say it. The script is shown below.








Recent Comments