summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-07-09 23:13:49 -0500
committerCase Duckworth2022-07-09 23:13:49 -0500
commitaef5776e34f78c80a51fc850c29833027570c262 (patch)
treec8513caebd9752954624f7f4df45d3b00c2b65e9
parentCache results (diff)
downloadthesauracles-aef5776e34f78c80a51fc850c29833027570c262.tar.gz
thesauracles-aef5776e34f78c80a51fc850c29833027570c262.zip
Make Thesauracles shout excitedly
-rwxr-xr-xthesauracles2
1 files changed, 1 insertions, 1 deletions
diff --git a/thesauracles b/thesauracles index aafa3c8..dab2250 100755 --- a/thesauracles +++ b/thesauracles
@@ -55,7 +55,7 @@ main() {
55 word="${words[-1]}" 55 word="${words[-1]}"
56 fi 56 fi
57 done 57 done
58 echo "$word" 58 echo "$word" | awk '{print "> " toupper($0) "!"}'
59} 59}
60 60
61if [[ "$BASH_SOURCE" = "$0" ]]; then 61if [[ "$BASH_SOURCE" = "$0" ]]; then