From d7e4231f7659f6ffe382da6c1ee0497e78af79db Mon Sep 17 00:00:00 2001 From: olli Date: Sun, 12 Nov 2023 13:29:48 +0100 Subject: [PATCH] more pure bash to speed up things --- dabo/functions/check_buy_conditions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/functions/check_buy_conditions.sh b/dabo/functions/check_buy_conditions.sh index 1a5ba2e..f7bd61c 100644 --- a/dabo/functions/check_buy_conditions.sh +++ b/dabo/functions/check_buy_conditions.sh @@ -95,7 +95,7 @@ function check_buy_conditions { #echo "${csv_headline},Marketperformance #${f_last_line}" | cut -d, -f 2-22 | perl -pe 's/([0-9].[0-9][0-9][0-9][0-9][0-9][0-9])[0-9]+/$1/g' | perl -pe 's/((?<=,)|(?<=^)),/ ,/g;' | column -t -s, echo "${f_echo_prefix}${f_BUY}" >${g_tmp}/open-${tmpfile} - BUY_PRICE=$current + BUY_PRICE=$f_price f_BUY="" fi