more pure bash to speed up things

This commit is contained in:
olli 2023-11-12 18:02:28 +01:00
parent d2dbdea830
commit 51f174d529

View File

@ -72,7 +72,7 @@ function analyze {
echo "$line" >>${g_tmp}/${tmpfile} echo "$line" >>${g_tmp}/${tmpfile}
# get vars # get vars
get_vars_from_csv ${g_tmp}/${tmpfile} get_vars_from_csv ${g_tmp}/${tmpfile} || continue
# get time from market_performance # get time from market_performance
local f_time="${f_date%:*}" local f_time="${f_date%:*}"