diff options
-rwxr-xr-x | thesauracles | 2 |
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 | ||
61 | if [[ "$BASH_SOURCE" = "$0" ]]; then | 61 | if [[ "$BASH_SOURCE" = "$0" ]]; then |