triangles

This commit is contained in:
Gregory Burd 2024-07-19 06:34:40 -04:00
parent 1959f973b2
commit bc750ed98e

View file

@ -10,7 +10,7 @@ merge_diff() {
export RES=0
fi
if [[ $RES -eq 0 ]]; then
export RES="»"
export RES=""
fi
}
@ -22,17 +22,17 @@ function dynamic() {
s=""
for ((i=10; i<22; i++)) ; do
if [ -f "C-$i.data" ] ; then
s="${s}"
s="${s}"
else
s="$s "
fi
if [ -f "B-$i.data" ] ; then
s="${s}="
s="${s}"
else
s="$s "
fi
if [ -f "A-$i.data" ] ; then
s="${s}-"
s="${s}"
else
s="$s "
fi