add asset name
This commit is contained in:
parent
7b345ee08e
commit
44bfe2bcf9
@ -17,6 +17,8 @@ function get_vars_from_csv {
|
|||||||
|
|
||||||
readarray -d "," -t f_last_line_array < <(echo "0,${f_last_line}")
|
readarray -d "," -t f_last_line_array < <(echo "0,${f_last_line}")
|
||||||
|
|
||||||
|
f_asset=$(basename ${f_ASSET_HIST_FILE} | cut -d\. -f1)
|
||||||
|
|
||||||
# basics
|
# basics
|
||||||
get_var_from_line date 1
|
get_var_from_line date 1
|
||||||
get_var_from_line price 2
|
get_var_from_line price 2
|
||||||
|
Loading…
Reference in New Issue
Block a user