Add new mode which only prints the ascii art

This commit is contained in:
Dylan Araps 2016-10-03 20:53:08 +11:00
parent 8a1eb28987
commit 83fd93e4fb
1 changed files with 5 additions and 0 deletions

View File

@ -3055,6 +3055,11 @@ getargs() {
;; ;;
# Ascii # Ascii
--logo | -L)
image="ascii"
printinfo() { info linebreak; }
;;
--ascii) --ascii)
image="ascii" image="ascii"
ascii="$2" ascii="$2"