From: Mazet Laurent Date: Sat, 9 Dec 2023 15:06:48 +0000 (+0100) Subject: better title enlightning X-Git-Url: https://secure.softndesign.org/git/?p=iso2ps2.git;a=commitdiff_plain;h=727300765888b79d43784062ff46dbf2e2d57e89 better title enlightning --- 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; }