From d3e90e9da2b404b4f81d6f9498d853e0ee542a29 Mon Sep 17 00:00:00 2001 From: olli Date: Thu, 23 Nov 2023 10:43:48 +0100 Subject: [PATCH] more pure bash to speed up things --- dabo/functions/score.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dabo/functions/score.sh b/dabo/functions/score.sh index ff109c0..1a9039f 100644 --- a/dabo/functions/score.sh +++ b/dabo/functions/score.sh @@ -2,6 +2,6 @@ function score { #s_score=$((s_score${1})) s_score=$(g_calc "${s_score} + ${1}") #echo " SCORE: s_score=${s_score} ($1) $2" -# s_score_hist="${s_score_hist} -#s_score=${s_score} (${1}) ${2}" + s_score_hist="${s_score_hist} +s_score=${s_score} (${1}) ${2}" }