Add say command

This commit is contained in:
Marcel Bischoff 2015-10-13 20:28:32 +02:00
parent 3b1f8a887c
commit b49b15b350

View File

@ -319,6 +319,11 @@ You can play all audio formats that are natively supported by QuickTime.
afplay -q 1 filename.mp3 afplay -q 1 filename.mp3
``` ```
#### Speak Text with System Default Voice
```bash
say 'All your base are belong to us!'
```
## Networking ## Networking