shellcheck Grrr!

This commit is contained in:
dewomser 2022-06-18 23:29:01 +02:00
parent 1112138749
commit cf139503d3

View file

@ -26,7 +26,7 @@ readarray -t a <<< "$(qdbus org.mpris.MediaPlayer2.$player /org/mpris/MediaPlaye
#//Bild kopieren
lolo1=$(urldecode "${a[0]}")
convert $lolo1 -gravity south -background YellowGreen -splice 0x18 -annotate +0+2 'Die Tweet_Music-App ist vom @dewomser' cover.jpg
convert "$lolo1" -gravity south -background YellowGreen -splice 0x18 -annotate +0+2 'Die Tweet_Music-App ist vom @dewomser' cover.jpg
#cp "$lolo1" "$PWD"/cover.jpg