From 7b345ee08e233029bc8348b19e06efe92b016cbd Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 1 Nov 2023 15:23:05 +0100 Subject: [PATCH] score --- dabo/functions/score.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/functions/score.sh b/dabo/functions/score.sh index fc74d4c..45454e8 100644 --- a/dabo/functions/score.sh +++ b/dabo/functions/score.sh @@ -2,5 +2,5 @@ function score { s_score=$((s_score${1})) #echo " SCORE: s_score=${s_score} ($1) $2" s_score_hist="s_score=${s_score} ($1) $2 -$s_scorehist" +$s_score_hist" }