add comparison

This commit is contained in:
sayyadirfanali
2025-11-08 23:39:58 +05:30
parent 105e6b0efd
commit 66293f6080
4 changed files with 25 additions and 20 deletions
-20
View File
@@ -1,20 +0,0 @@
offsets=(50)
for ((i=1; i<=9; i++)); do
offsets+=($((offsets[i - 1] + 150)))
done;
magick \
-size 2000x1700 xc:"#1A1A1A" \
-font "Myna" \
-strokewidth 1.2 \
-gravity north \
-fill "yellow" -stroke "yellow" -pointsize 96 -annotate +0+${offsets[0]} "MYNA" \
-fill "cyan" -stroke "cyan" -pointsize 96 -annotate +0+${offsets[1]} "Lorem ipsum dolor sit amet" \
-fill "violet" -stroke "violet" -pointsize 96 -annotate +0+${offsets[2]} "0 1 2 3 4 5 6 7 8 9" \
-fill "hotpink" -stroke "hotpink" -pointsize 96 -annotate +0+${offsets[3]} "[] {} () <> | \\\ ? ! #" \
-fill "cyan" -stroke "cyan" -pointsize 96 -annotate +0+${offsets[4]} "\` ' \" , . ; : ~ ^ _" \
-fill "springgreen" -stroke "springgreen" -pointsize 96 -annotate +0+${offsets[5]} "+ - = ++ -- += -= == !=" \
-fill "aqua" -stroke "aqua" -pointsize 96 -annotate +0+${offsets[6]} "\$s @a \%h &f *x =~" \
-fill "violet" -stroke "violet" -pointsize 96 -annotate +0+${offsets[7]} ":: -> => <$> >>= ^. \%~" \
-fill "coral" -stroke "coral" -pointsize 96 -annotate +0+${offsets[8]} "$ £ € ¥ ₹ ₽" \
-fill "limegreen" -stroke "limegreen" -pointsize 96 -annotate +0+${offsets[9]} "0 O o | 1 l I | \` ' \" | Z 2" $1