From 1abab237ce428b1692004b761403aacab8baa35f Mon Sep 17 00:00:00 2001 From: czjstmax Date: Thu, 14 May 2026 23:28:03 +0200 Subject: updates Signed-off-by: czjstmax --- thespeech | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 thespeech (limited to 'thespeech') 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 + -- cgit v1.3.1