From 897137d1115fb41a7de5930f8a9ef9a978b10f03 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 21 Jun 2017 20:16:27 +0200 Subject: [PATCH] fix --- asciiConvert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asciiConvert.sh b/asciiConvert.sh index aadd064..5a91134 100755 --- a/asciiConvert.sh +++ b/asciiConvert.sh @@ -9,7 +9,7 @@ convert $1 /tmp/logo.jpg else cp $1 /tmp/logo.jpg fi -jp2a --background=dark --invert --colors /tmp/logo.jpg --output=/tmp/logo.txt +jp2a $2 --background=dark --colors /tmp/logo.jpg --output=/tmp/logo.txt while IFS= read -r line; do echo "echo -e \"$line\"" done < /tmp/logo.txt