mirror of
https://github.com/TommyTran732/Kernel-Module-Blacklist.git
synced 2025-02-23 04:59:16 +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
|
set -eu
|
||||||
|
|
||||||
output(){
|
output(){
|
||||||
echo -e '\e[36m'"$1"'\e[0m';
|
printf '\e[1;34m%-6s\e[m\n' "${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
dataset_selection() {
|
dataset_selection() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user