add algorithm3 to pms

This commit is contained in:
fabolous005 2024-10-25 14:15:13 +02:00
parent 9e174f0ab7
commit 6ccf650ba0

View File

@ -135,5 +135,11 @@ function pms_inner_sort() {
fi
done
[[ -n ${match1[3]} ]] && list1+=("$(printf "%d" "'${match1[3]}")")
[[ -n ${match2[3]} ]] && list2+=("$(printf "%d" "'${match2[3]}")")
echo "${list1[@]}"
echo "${list2[@]}"
echo "$1"
}