more pure bash to speed up things

This commit is contained in:
olli 2023-11-11 17:53:38 +01:00
parent 7c5a5e04ee
commit 85520453f7

View File

@ -21,7 +21,7 @@ function get_vars_from_csv {
fi fi
# if there are not four lines # if there are not four lines
#[ -z "${f_last_lines_array[3]}" ] && return 1 [ -z "${f_last_lines_array[3]}" ] && return 1
# create array of last line fields # create array of last line fields
#f_last_line="$(tail -n1 "${f_ASSET_HIST_FILE}"),${f_market_performance}" #f_last_line="$(tail -n1 "${f_ASSET_HIST_FILE}"),${f_market_performance}"