fix
This commit is contained in:
parent
4b0f8db334
commit
897137d111
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue