oh, i forgot that

This commit is contained in:
overflowerror 2014-12-14 23:40:48 +01:00
parent b05dbcd983
commit 1aaf057e27

View file

@ -9,7 +9,7 @@ fi
check() { check() {
text=" $1..." text=" $1..."
echo $text echo -n $text
for i in $(seq ${#text} 20); do for i in $(seq ${#text} 20); do
echo -n " " echo -n " "
done done