00:00:15
Apr 28, 2025
$ mv /ygopro-server/ygopro .$ mkdir dist$ cd ygopro$ rm -rf expansions$ ln -s ../expansions .$ 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'xargs: 8: No such file or directoryCleaning up project directory and file based variablesERROR: Job failed: exit code 1