more pure bash to speed up things
This commit is contained in:
parent
9f4d5e04b5
commit
e4de3e781e
@ -9,7 +9,7 @@ function get_vars_from_csv {
|
||||
|
||||
if [ -z "${f_last_lines}" ]
|
||||
then
|
||||
# mapfile -t f_last_lines <<< $(tail -n4 "${f_ASSET_HIST_FILE}")
|
||||
mapfile -t f_last_lines <<< $(tail -n4 "${f_ASSET_HIST_FILE}")
|
||||
fi
|
||||
|
||||
if [ -z "${f_market_performance}" ]
|
||||
|
Loading…
Reference in New Issue
Block a user