Data update

This commit is contained in:
Ingy döt Net 2026-04-30 12:34:36 -04:00
parent 4bb20c9b71
commit cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions

View file

@ -13,10 +13,10 @@ function drawcircle {
for y in $( seq $((y0-radius)) $((y0+radius)) )
do
echo -en "\e[${y}H"
for x in $( seq $((x0+radius)) )
do
echo -n "-"
done
for x in $( seq $((x0+radius)) )
do
echo -n "-"
done
done
x=$((radius-1))
@ -38,12 +38,12 @@ function drawcircle {
if [ $err -le 0 ]
then
((++y))
((++y))
((err+=dy))
((dy+=2))
fi
if [ $err -gt 0 ]
then
then
((--x))
((dx+=2))
((err+=dx-(radius<<1)))