Add script to run command on all cores

This commit is contained in:
Talia 2020-03-22 09:35:53 +01:00
parent 1c76b33721
commit 3f79ae0d27
1 changed files with 1 additions and 0 deletions

1
bin/allcores Executable file
View File

@ -0,0 +1 @@
seq $(nproc) | xargs -P $(nproc) -I% "$@"