From 9b062255e096c58b398d2adc7c3a8b9300aae034 Mon Sep 17 00:00:00 2001 From: olli Date: Sat, 11 Nov 2023 17:58:53 +0100 Subject: [PATCH] more pure bash to speed up things --- dabo/functions/get_vars_from_csv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/functions/get_vars_from_csv.sh b/dabo/functions/get_vars_from_csv.sh index a426660..d7dc9bf 100644 --- a/dabo/functions/get_vars_from_csv.sh +++ b/dabo/functions/get_vars_from_csv.sh @@ -134,7 +134,7 @@ f_macd_histogram_signal=${f_macd_histogram_signal}" # Coingecko price get_var_from_line coingecko_price 40a -set | grep f_ 1>&2 +set | grep f_ }