From f0ffbc248ee418c199340881f0a9e1cb48b3d604 Mon Sep 17 00:00:00 2001 From: olli Date: Sun, 12 Nov 2023 14:40:49 +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 bc792ba..494446f 100755 --- a/dabo/analyze.sh +++ b/dabo/analyze.sh @@ -77,6 +77,7 @@ function analyze { #f_market_performance=$(grep "^$time" data/botdata/MARKET_PERFORMANCE | tail -n1 | cut -d: -f4 | cut -d"%" -f1 | sed 's/ *//') time=${time//[^0-9]/} f_market_performance=${f_market_performace_array[${time}]} + echo "MARKET_PERF=$f_market_performance" echo "$line" >>${g_tmp}/${tmpfile} #echo " ${line},${f_market_performance}" | perl -pe 's/([0-9].[0-9][0-9][0-9][0-9][0-9][0-9])[0-9]+/$1/g' | column -t -s, >>${g_tmp}/output-${tmpfile}