Commit 93687f73 authored by iSergio's avatar iSergio
Browse files

Status on full terminal width

parent 01e22fca
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@ FAIL="[ fail ]"
DOTSTRING=""
cols=`tput cols`
cols=$((cols - 10))
cols=$((cols / 2))
for i in `seq 1 $cols`; do
    DOTSTRING=$DOTSTRING"."
done