Commit 00dfb7ff authored by iSergio's avatar iSergio
Browse files

Text offset

parent 71b10a58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@ FAIL="[ fail ]"

DOTSTRING=""
cols=`tput cols`
cols=$((cols - 10))
cols=$((cols / 2))
cols=$((cols - 10))
for i in `seq 1 $cols`; do
    DOTSTRING=$DOTSTRING"."
done