From 02dae3188048ee6ec6002bb8434a1b68bf8a717d Mon Sep 17 00:00:00 2001 From: desktop Date: Sat, 11 Nov 2023 19:00:35 +0300 Subject: [PATCH] recursive : make blue status bold. --- .linux/bash/module/recursive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.linux/bash/module/recursive.sh b/.linux/bash/module/recursive.sh index 70ecec3..90e4f82 100644 --- a/.linux/bash/module/recursive.sh +++ b/.linux/bash/module/recursive.sh @@ -17,7 +17,7 @@ recursive() cd "${dir}" # echo status. - echo -e "${color_blue}[${count}/${total}] recursive dir: ${dir}${color_default}" + echo -e "${color_bblue}[${count}/${total}] recursive dir: ${dir}${color_default}" # run command. $*