Add script to run command on all cores
This commit is contained in:
parent
1c76b33721
commit
3f79ae0d27
1 changed files with 1 additions and 0 deletions
1
bin/allcores
Executable file
1
bin/allcores
Executable file
|
@ -0,0 +1 @@
|
|||
seq $(nproc) | xargs -P $(nproc) -I% "$@"
|
Loading…
Reference in a new issue