4 lines
61 B
Bash
4 lines
61 B
Bash
|
|
#!/bin/sh
|
||
|
|
NUMCORES=`nproc`
|
||
|
|
/opt/wngt2020/run $1 $2 $NUMCORES
|