chore: Apply shellcheck/shfmt suggestions

This commit is contained in:
Carlos Solís 2025-02-07 19:00:48 +00:00
parent 4095a83511
commit f819f63559
2 changed files with 6 additions and 7 deletions

View file

@ -195,10 +195,9 @@ until [[ $((nt + limit)) -gt ${dbcount} ]]; do
printf "\r"
#for space in $(seq 1 "${COLUMNS}")
#do
#printf " "
#printf " "
#done
for space in $(seq 1 "${COLUMNS}")
do
for space in $(seq 1 "${COLUMNS}"); do
printf "\b"
done
done < <(echo "${dbid}")