more pure bash to speed up things

This commit is contained in:
olli 2023-11-11 18:04:48 +01:00
parent 1e7b7ec8d9
commit b7e10bc365

View File

@ -1,5 +1,7 @@
function get_vars_from_csv { function get_vars_from_csv {
set -x
f_ASSET_HIST_FILE="$1" f_ASSET_HIST_FILE="$1"
if ! [ -s "${f_ASSET_HIST_FILE}" ] if ! [ -s "${f_ASSET_HIST_FILE}" ]
then then