From 727300765888b79d43784062ff46dbf2e2d57e89 Mon Sep 17 00:00:00 2001 From: Mazet Laurent Date: Sat, 9 Dec 2023 16:06:48 +0100 Subject: [PATCH] better title enlightning --- iso2ps2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso2ps2 b/iso2ps2 index 9418824..8f872f5 100755 --- a/iso2ps2 +++ b/iso2ps2 @@ -15,7 +15,7 @@ PSNPACKAGE=$PWD/psn_package_npdrm/psn_package_npdrm MODEL="ULTRA" # formating functions -function title () { echo -e "\033[0;1m$*\033[0;0m"; } +function title () { echo -e "\033[0;1m=== $* ===\033[0;0m"; } function pass () { echo -e "\033[1;32m$*\033[0;0m"; } function warn () { echo -e "\033[1;33m$*\033[0;0m"; } function fail () { echo -e "\033[1;31m$*\033[0;0m"; exit 1; } -- 2.30.2