diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ A minimal script for text to speech using the meme greentext voice ## Usage -`greentext-voice.sh text goes here` +`echo -ne 'text goes here' | ./greentext-voice.sh` ## Dependencies coreutils, sed, curl, ffmpeg (ffplay) |