Skip to content

Commit

Permalink
Fix logo rendering in bash
Browse files Browse the repository at this point in the history
  • Loading branch information
sethtroisi committed Apr 8, 2020
1 parent f862cd7 commit 5fd8ad2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions lila
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ fi

java_env="-Dreactivemongo.api.bson.document.strict=false"

echo "
cat << "BANNER"
|\_ _ _ _
/o \\\\ | (_) ___| |__ ___ ___ ___ ___ _ __ __ _
(_. || | | |/ __| '_ \ / _ \/ __/ __| / _ \| '__/ _\` |
/__\\\\ | | | (__| | | | __/\__ \__ \| (_) | | | (_| |
/o \ | (_) ___| |__ ___ ___ ___ ___ _ __ __ _
(_. || | | |/ __| '_ \ / _ \/ __/ __| / _ \| '__/ _` |
/__\ | | | (__| | | | __/\__ \__ \| (_) | | | (_| |
)___( |_|_|\___|_| |_|\___||___/___(_)___/|_| \__, |
|___/"
|___/
BANNER

version=$(java -version 2>&1 | awk -F '"' '/version/ {print $2}')
echo Java "$version"

Expand Down

0 comments on commit 5fd8ad2

Please sign in to comment.