more pure bash to speed up things
This commit is contained in:
parent
dd7e7e0aa7
commit
d7e4231f76
@ -95,7 +95,7 @@ function check_buy_conditions {
|
||||
#echo "${csv_headline},Marketperformance
|
||||
#${f_last_line}" | cut -d, -f 2-22 | perl -pe 's/([0-9].[0-9][0-9][0-9][0-9][0-9][0-9])[0-9]+/$1/g' | perl -pe 's/((?<=,)|(?<=^)),/ ,/g;' | column -t -s,
|
||||
echo "${f_echo_prefix}${f_BUY}" >${g_tmp}/open-${tmpfile}
|
||||
BUY_PRICE=$current
|
||||
BUY_PRICE=$f_price
|
||||
f_BUY=""
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user