better title enlightning
authorMazet Laurent <mazet@softndesign.org>
Sat, 9 Dec 2023 15:06:48 +0000 (16:06 +0100)
committerMazet Laurent <mazet@softndesign.org>
Sat, 9 Dec 2023 15:06:48 +0000 (16:06 +0100)
iso2ps2

diff --git a/iso2ps2 b/iso2ps2
index 9418824f92cf618c94c6ba27feaeccaa4dd5a455..8f872f5f39c8d32acb0b001342e2e7735ce80feb 100755 (executable)
--- 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; }