updated README.md, added to do list, fixed separator length, version info swith to english

This commit is contained in:
levasseur
2021-11-26 17:30:18 +01:00
parent 6db50b3d69
commit c978eb1ef8
4 changed files with 87 additions and 32 deletions

View File

@@ -130,7 +130,7 @@ separator()
{
echo -ne "$BYellow"
local i=0
for i in {1..79}; do
for i in {1..$(( $(tput cols) - 1 ))}; do
echo -n "-"
done
echo -e "$DEFAULTCOL"