From 277af786610b02c47c2be1346261d92da2eabd82 Mon Sep 17 00:00:00 2001 From: mhsn Date: Wed, 23 Apr 2025 11:06:50 +0100 Subject: run shfmt --- bench | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bench') diff --git a/bench b/bench index bafd8cf..75cce29 100755 --- a/bench +++ b/bench @@ -13,10 +13,9 @@ aoc_path=$script_path/$1/$2 data_path="$aoc_path/data/$4.txt" # Check it is correct -$script_path/check $1 $2 $3 $4 > /dev/null +$script_path/check $1 $2 $3 $4 >/dev/null [ ! $? ] && echo "Incorrect solution" && exit 1 - if [ $lang = "python" ]; then exec="python $aoc_path/python/main.py" elif [ $lang = "rust" ]; then -- cgit v1.2.3