From 51f174d529c7eb1b8960ebf4ccc3151b59f678a5 Mon Sep 17 00:00:00 2001 From: olli Date: Sun, 12 Nov 2023 18:02:28 +0100 Subject: [PATCH] more pure bash to speed up things --- dabo/analyze.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/analyze.sh b/dabo/analyze.sh index 7233c65..f887ff7 100755 --- a/dabo/analyze.sh +++ b/dabo/analyze.sh @@ -72,7 +72,7 @@ function analyze { echo "$line" >>${g_tmp}/${tmpfile} # get vars - get_vars_from_csv ${g_tmp}/${tmpfile} + get_vars_from_csv ${g_tmp}/${tmpfile} || continue # get time from market_performance local f_time="${f_date%:*}"