From fb44765427354bb9ec2927b98dccc666abd6bc71 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 22 Nov 2023 17:53:02 +0100 Subject: [PATCH] more pure bash to speed up things --- dabo/analyze.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dabo/analyze.sh b/dabo/analyze.sh index df547ef..62b6087 100755 --- a/dabo/analyze.sh +++ b/dabo/analyze.sh @@ -99,6 +99,7 @@ function analyze { # then # check_sell_conditions ${g_tmp}/${tmpfile} >>${g_tmp}/output-${tmpfile} # else + echo "SELL Checks" check_sell_conditions ${g_tmp}/${tmpfile} # fi # fi