mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2024-12-22 20:33:56 +01:00
cosmetic fix
This commit is contained in:
parent
d6977928e5
commit
761c2b80e4
@ -11,7 +11,7 @@ pstatus()
|
|||||||
yellow) col="\033[103m\033[30m";;
|
yellow) col="\033[103m\033[30m";;
|
||||||
*) col="";;
|
*) col="";;
|
||||||
esac
|
esac
|
||||||
/bin/echo -ne "$col$2\033[0m"
|
/bin/echo -ne "$col $2 \033[0m"
|
||||||
[ -n "$3" ] && /bin/echo -n " ($3)"
|
[ -n "$3" ] && /bin/echo -n " ($3)"
|
||||||
/bin/echo
|
/bin/echo
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user