diff options
Diffstat (limited to 'thespeech')
| -rwxr-xr-x | thespeech | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/thespeech b/thespeech new file mode 100755 index 0000000..bd9946f --- /dev/null +++ b/thespeech @@ -0,0 +1,14 @@ +#!/usr/bin/env bash + +pygmentize -l bash -f terminal256 -O style=monokai /usr/bin/thespeech + +espeak-ng " +Rise, and shine, Mr Freeman. Rise and shine. +Not that I wish to imply you have been sleeping on the job. +No one is more deserving of a rest. +And all the effort in the world would have gone to waste until... well, let\'s just say your hour has come again. +The right man in the wrong place, can make all the difference in the world. +So, wake up, Mr Freeman. +Wake up and smell the ashes. +" -a 200 -p 1 -P 16 -k -s 60 + |