updated README.md, added to do list, fixed separator length, version info swith to english
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user