-sqlite3 $DATABASE_FILE "select id from datas where type != 0x11 and (type & 0x4000) = 0;" | xargs -I -P $(nproc) {} bash -c './ygopro {} 2>&1 | tee ../redtext-{}.txt'
-sqlite3 $DATABASE_FILE "select id from datas where type != 0x11 and (type & 0x4000) = 0;" | xargs -I {} -P $(nproc) bash -c './ygopro {} 2>&1 | tee ../redtext-{}.txt'
-cd ..
-echo "# Result of redtext test of commit $CI_COMMIT_SHA" > dist/redtext.txt