README: instead of relying on the argument count, process one line at a time
This commit is contained in:
parent
541a6eec8c
commit
1bbf980ab8
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -12,4 +12,4 @@ Check all cases:
|
|||
|
||||
Or in parallel:
|
||||
|
||||
$ ./generate_testcases.sh | xargs --max-procs=8 --max-args=8 ./check.sh 2>/dev/null
|
||||
$ ./generate_testcases.sh | xargs --max-procs=8 --max-lines=1 ./check.sh 2>/dev/null
|
||||
|
|
Loading…
Reference in a new issue