From aef5776e34f78c80a51fc850c29833027570c262 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 9 Jul 2022 23:13:49 -0500 Subject: Make Thesauracles shout excitedly --- thesauracles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thesauracles b/thesauracles index aafa3c8..dab2250 100755 --- a/thesauracles +++ b/thesauracles @@ -55,7 +55,7 @@ main() { word="${words[-1]}" fi done - echo "$word" + echo "$word" | awk '{print "> " toupper($0) "!"}' } if [[ "$BASH_SOURCE" = "$0" ]]; then -- cgit 1.4.1-21-gabe81