fltk-rundialog/test.sh
#!/usr/bin/env bash
i=0
while [ $i -le 10 ]
do
echo Riga numero : $i
((i++))
sleep 0.5
done
fltk-rundialog/test.sh
#!/usr/bin/env bash
i=0
while [ $i -le 10 ]
do
echo Riga numero : $i
((i++))
sleep 0.5
done