Details in print_info function. We were just one option from perfection.

This commit is contained in:
Papa Dragon 2023-03-03 23:47:37 +01:00
parent 37d69f2121
commit f69077fc99

View file

@ -138,7 +138,7 @@ function die {
function print_info {
echo -n -e '\e[1;34m'
echo -n $1
echo -n -e $1
echo -e '\e[0m'
}