Added AAXtoMP3 Mulithreading body

This commit is contained in:
fnuesse
2018-06-14 18:48:50 +02:00
parent 66a6fe3a58
commit ab9e044ad7
2 changed files with 178 additions and 1 deletions

View File

@ -91,7 +91,7 @@ do
fi
case "$var" in
-a=*|--auth=*) echo "found";
-a=*|--auth=*)
auth="${var#*=}";
esac
done