diff options
author | mhsn <mail@mhsn.net> | 2025-04-23 11:06:50 +0100 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-04-23 11:06:50 +0100 |
commit | 277af786610b02c47c2be1346261d92da2eabd82 (patch) | |
tree | aa57a080bb31e97cec41a9368352e0f4cf0b7f96 /bench | |
parent | 5701aec839ee58a706b84865f316edf90356ed86 (diff) | |
download | aoc-277af786610b02c47c2be1346261d92da2eabd82.tar.gz aoc-277af786610b02c47c2be1346261d92da2eabd82.zip |
run shfmt
Diffstat (limited to 'bench')
-rwxr-xr-x | bench | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |