mirror of
https://github.com/TommyTran732/Kernel-Module-Blacklist.git
synced 2025-02-22 20:49:14 +01:00
Use printf for output
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
661b483313
commit
396d79e8bb
@ -17,7 +17,7 @@
|
||||
set -eu
|
||||
|
||||
output(){
|
||||
echo -e '\e[36m'"$1"'\e[0m';
|
||||
printf '\e[1;34m%-6s\e[m\n' "${@}"
|
||||
}
|
||||
|
||||
dataset_selection() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user