ls-1$current_path/workspace/$repo_identifer/*.cdb | xargs -I'{}'-d'\n' sqlite3 '{}''select id from datas where type != 0x11 and (type & 0x4000) = 0;' | xargs -I'{}'-d'\n' ./ygopro '{}' 2>&1 | tee"$current_path/dist/redtexts/$repo_identifer.txt"
ls-1$current_path/workspace/$repo_identifer/*.cdb | xargs -I'{}'-d'\n' sqlite3 '{}''select id from datas where type != 0x11 and (type & 0x4000) = 0;' | xargs -I'{}'-P$(nproc)-d'\n' bash -c"./ygopro {} 2>&1 | tee $current_path/dist/redtexts/$repo_identifer-{}.txt"