Compare commits

..

No commits in common. "9d24be962b31bf789845bce750fe7e1165e2c71f" and "33120e8be3e54a50af7e81124a5982ebaec8fac6" have entirely different histories.

2 changed files with 12 additions and 22 deletions

View File

@ -11,15 +11,5 @@ progressSpin() {
30) echo -n $'\b\\' ;; 30) echo -n $'\b\\' ;;
*) ;; *) ;;
esac esac
if ! (( count % 100 ))
then
echo -n " $count"
until (( backspace > ${#count} ))
do
(( backspace++ ))
echo -n $'\b'
done
unset backspace
fi
fi fi
} }