diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-05-14 23:28:03 +0200 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-05-14 23:28:03 +0200 |
| commit | 1abab237ce428b1692004b761403aacab8baa35f (patch) | |
| tree | 7e7638a034f367b4f8b0758c1622fa280f762626 /thespeech | |
| parent | 73c5a2c25ad314f8db837bb260946cde13040488 (diff) | |
updates
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
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 + |